I was mucking about on a folder last night and wanted to change the file permissions such that I can edit the files. I executed the following command:
Now, the folder is no longer accessible as a regular user. I need to be root in order to even open the folder. The current permissions for this folder are:
No matter what I do, the folder remains inaccessible to the user 'vamsi'. I have already used chown and chgrp commands to change the ownership and group. And AFAICT, the user, group and other all have at least read permissions. Anyone know what I may be missing here?
Code:
sudo chmod -R 664 iPhonePhotos/
Code:
drw-rw-r-- 17 vamsi vamsi 4.0K Feb 10 17:25 iPhonePhotos
Comment