tags 10366 notabug On 12/25/2011 06:51 PM, 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. > administrator@ubuntu:/var$ sudo chmod a +w -R ./www/ > chmod: invalid mode: `a'
You should not put a space after 'a'. Please try: chmod a+w ... cheers, Pádraig.
