Revision: 25771
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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