[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Coreutils-gotchas
From: |
Assaf Gordon |
Subject: |
Re: Coreutils-gotchas |
Date: |
Wed, 16 Dec 2015 13:45:02 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 |
On 12/07/2015 12:23 PM, Pádraig Brady wrote:
Initial list started at:
http://www.pixelbeat.org/docs/coreutils-gotchas.html
The recent "touch -d yesterday" might be a 'gotcha'
( http://lists.gnu.org/archive/html/bug-coreutils/2015-12/msg00041.html ) .
Something like:
On GNU/Linux, "touch -d now" requires only write permissions to a file,
while "touch -d [SPECIFIC-DATE]" requires file ownership or root permission
(and similarly, "touch -t").
regards,
- assaf