Quote:
Originally Posted by SGlassman
The share in question has an fstab entry as a default and is a soft link to the original share.
/dev/VolGroup00/public /space ext3 defaults 1 2
I was told to think about how users are accessing the file. Now the permissions for this main directory have root as owner and group member. I know that permissions are rwxr_xr_x. So I can create a subdirectory as root and chown the owner and group member fo the newly created subdirectory but the new owner can't change the subdirectory afterward.. even if I set perms. to 777.
|
The enclosing directory's (/space) permissions must be set to allow 'others' to write to the directory. You can fix this by changing permissions on the enclosing directory.
BUT, I think a better way is to make the group of the /space directory 'users' or some group that all users who need access to this directory are a part of. Then , give full rights only to group.