mrlizard123
October 5th, 2008, 09:26 PM
Hi,
I've looked but haven't been able to find an answer to my problem, if I've missed it and anyone knows where it's been posted already would appreciate a nudge in the right direction.
I have a server on my home LAN which has a folder to which multiple users have access. I want files that are created in this directory (and subdirectories) to have group write permissions by default when any user creates them. Using chmod g+s any files created in the directory inherit the group.
I realise that umask can do this but that would not be specific to this directory.
Can someone give me a pointer in the right direction? Do I need to use something like acl? If so can someone help me with the appropriate syntax assuming for arguments sake the folder is /some-folder and the group is users?
Thanks in advance!
I've looked but haven't been able to find an answer to my problem, if I've missed it and anyone knows where it's been posted already would appreciate a nudge in the right direction.
I have a server on my home LAN which has a folder to which multiple users have access. I want files that are created in this directory (and subdirectories) to have group write permissions by default when any user creates them. Using chmod g+s any files created in the directory inherit the group.
I realise that umask can do this but that would not be specific to this directory.
Can someone give me a pointer in the right direction? Do I need to use something like acl? If so can someone help me with the appropriate syntax assuming for arguments sake the folder is /some-folder and the group is users?
Thanks in advance!