I'm creating a folder that is owned by a group, this is what I get when I do an 'ls -l':
drwxrwxr-x 4 <ownera> <groupa> 4906 <date, time> <foldername>
Then I have my users set up to be a member of that group. This works fine up to this point, the users that are a member of the group can write to the folder. However, if another user creates a file, and doesn't grant specific permissions for another user to edit this file, it does not let them. Is there a way so that when users create file and directories underneath this folder, those files will inherit the permissions of the main folder, or at least allow others to modify these files? Also, does it matter who the owner of the folder is, or is having the group permissions at WRX enough?
Thanks
drwxrwxr-x 4 <ownera> <groupa> 4906 <date, time> <foldername>
Then I have my users set up to be a member of that group. This works fine up to this point, the users that are a member of the group can write to the folder. However, if another user creates a file, and doesn't grant specific permissions for another user to edit this file, it does not let them. Is there a way so that when users create file and directories underneath this folder, those files will inherit the permissions of the main folder, or at least allow others to modify these files? Also, does it matter who the owner of the folder is, or is having the group permissions at WRX enough?
Thanks
