Re: Cannot open directory custom/modules
Hi,
I would take it by default that you are using Kernel based OS....
what 2770 specified is that you have
set the Gid here with 2. it means all the ppl in the group of the person who create the file will have owner rights on all the files created in the directory specified.
7 means Read-Write-Execute permissions for owner
7 means Read-Write-Execute permissions for group
0 means No Read-Write-Execute permissions for others.
to change the permission you would have to do
shell> sudo chmod -r <permissions> dir/
it will then promt for root password , enter that and it will chnage the permissions you wanted...
once you change the permissions you can access the dir.
If It Is To Be, It Is Up To Me
Bookmarks