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