/ Published in: Bash
Found it on wiki
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find /path/to/directory -type d -exec chmod g+s '{}' \;