bug-coreutils
[Top][All Lists]
Advanced

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

bug#10366: hello, i have a problem when i use chmod, can u explan why?th


From: ilusionoflife
Subject: bug#10366: hello, i have a problem when i use chmod, can u explan why?thks
Date: Mon, 26 Dec 2011 19:09:36 +0400
User-agent: KMail/1.13.7 (Linux/2.6.32-5-amd64; KDE/4.6.5; x86_64; ; )

On Sunday 25 December 2011 22:51:21 lidong_bit wrote:
> in /var/, i have a directory:www, its property is:
> d-w-------  2 root root  4096 2011-12-26 01:24 www
> i want to change the property so that all the user have the write
> authority: 1.
> address@hidden:/var$ sudo chmod a +w -R ./www/
> chmod: invalid mode: `a'
> Try `chmod --help' for more information.
> address@hidden:/var$
> 
> 2.
> address@hidden:/var$ sudo chmod o +w -R ./www/
> chmod: invalid mode: `o'
> Try `chmod --help' for more information.
> address@hidden:/var$
> 
> 
> I don't why this happens, is it a buy? or is it forbidden?
You are not allowed to use space between first letter and plus sign. 
I am not specialist to say if this behavior comforms to any standarts.





reply via email to

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