Set SGID bit on directory and subdirectories


/ Published in: Bash
Save to your folder(s)

Found it on wiki


Copy this code and paste it in your HTML
  1. find /path/to/directory -type d -exec chmod g+s '{}' \;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.