bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55487: chmod to +w is not defaulting to ALL target in Debian 11.3


From: Corey H
Subject: bug#55487: chmod to +w is not defaulting to ALL target in Debian 11.3
Date: Tue, 17 May 2022 17:51:37 +0000

in Debian 8.32-4+b1 (Debian 11.3) chmod +w isn't working right.

sudo mkdir /etc/whatever
sudo touch /etc/whatever/whatever.conf
sudo chmod +w /etc/whatever/whatever.conf #doesn't work
sudo chmod a+w /etc/whatever/whatever.conf #does work
#in
man chmod
# it states "If none of these are given, the effect is as if (a) were given"
# so in conclusion the `sudo chmod +w /etc/whatever/whatever.conf` should
work


reply via email to

[Prev in Thread] Current Thread [Next in Thread]