Inheriting Group Ownership in Linux
May 14th, 2009
Comments Off
To have all newly created files in a directory have the same group owner, execute the command
chmod g+s dirname/
on the directory.
To have all newly created files in a directory have the same group owner, execute the command
chmod g+s dirname/
on the directory.