I setup a small web project in an ubuntu 12.04.2 vps. I have rw rights in project's folder.
I tried to cd to it and I got this:
cd project
-bash: cd: project/: Permission denied
I then tried to get it's file list.
ls -l project/
ls: cannot access project/index.php: Permission denied
ls...