Return to Snippet

Revision: 25771
at April 8, 2010 20:58 by TEHEK


Initial Code
find /path/to/directory -type d -exec chmod g+s '{}' \;

Initial URL


Initial Description
Found it on wiki

Initial Title
Set SGID bit on directory and subdirectories

Initial Tags
Bash, directory

Initial Language
Bash