Home > Linux > Inheriting Group Ownership in Linux

Inheriting Group Ownership in Linux

May 14th, 2009

To have all newly created files in a directory have the same group owner, execute the command

chmod g+s dirname/

on the directory.

Linux

Comments are closed.