Skip to content

Instantly share code, notes, and snippets.

@ngaloppo
Created November 14, 2014 18:14
Show Gist options
  • Save ngaloppo/c63f3db5da92d7d6864d to your computer and use it in GitHub Desktop.
Save ngaloppo/c63f3db5da92d7d6864d to your computer and use it in GitHub Desktop.
Make unix directory group accessible
sudo chgrp -R staff /alt
chmod +R g+rw /alt
umask 002 # allow group write; everyone must do this
chmod g+s . # files created in directory will be in group G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment