/ Published in: Bash
Found it on wiki
Expand |
Embed | Plain Text
find /path/to/directory -type d -exec chmod g+s '{}' \;
You need to login to post a comment.
Found it on wiki
find /path/to/directory -type d -exec chmod g+s '{}' \;
You need to login to post a comment.