Possible Duplicate:
What is the + at the end of Unix permissions in a long listing format?
Here's an example
drwxr-xr-x+ 6 reza reza 204 Mar 5 20:23 .ssh/
Although I am the owner of this directory, I cannot modify it without using sudo.
Why is that? how can I remove '+' here (assuming that is the problem)?
Thanks
man setfaclanyway. – n. m. could be an AI Mar 10 '12 at 17:56setfaclorgetfacl. Instead thechmod -Ndoes fix the problem and removes the ACL; although that works only if you login as root andsudodoes not work... – Reza Toghraee Mar 10 '12 at 20:21linuxthen? – n. m. could be an AI Mar 10 '12 at 20:23osx, which i just did – Reza Toghraee Mar 10 '12 at 20:27