GNU bug report logs - #25223
chmod +w does not work

Previous Next

Package: coreutils;

Reported by: Eugen Dedu <eugen.dedu <at> univ-fcomte.fr>

Date: Sun, 18 Dec 2016 17:23:01 UTC

Severity: normal

Tags: notabug

Done: Assaf Gordon <assafgordon <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Eugen Dedu <eugen.dedu <at> univ-fcomte.fr>
To: bug-coreutils <at> gnu.org
Subject: chmod +w does not work
Date: Sun, 18 Dec 2016 13:37:06 +0100
Hi,

chmod +w file does not work:

snoopy:~$ touch ff
snoopy:~$ ls -l ff
-rw-r--r-- 1 ededu ededu 0 Dec 18 13:31 ff
snoopy:~$ chmod +w ff
snoopy:~$ ls -l ff
-rw-r--r-- 1 ededu ededu 0 Dec 18 13:31 ff
snoopy:~$ chmod +x ff
snoopy:~$ ls -l ff
-rwxr-xr-x 1 ededu ededu 0 Dec 18 13:31 ff
snoopy:~$ chmod --version
chmod (GNU coreutils) 8.26

Kind regards,
-- 
Eugen




This bug report was last modified 6 years and 258 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.