Tagged Questions
5
votes
1answer
485 views
Can't get directory listing of folder I have permissions to
I was having some permission problems and used the following command on directory Media:
chmod -R ugo+r Media
It didn't help so then I did:
chmod -R 775 Media
Now I get this error when I try to ...