I really don't understand.
I have on my localhost web projects on the path /var/php/project_name
I have changed ownership of that files to my user name via chown. Now, assume I have private directory inside project (so the path is /var/php/project_name/private)
and I type command:
chmod -R u=rwx,g=rx,o= private so the permissions are:
drwxr-x--- 4 maciej maciej 4096 2012-02-02 11:54 private but when I try to cd private i get permissions denied. What the f... is going on?
Yes, I am logged as maciej: maciej@mkk:/var/php/edited_name/private$
OS: newest Ubuntu
UPDATE:
sorry guys - it was my typo.. i lied to you: i removed x permission but included it in the question :|
chmod 777and see if anything happens.