Skip to content

Instantly share code, notes, and snippets.

@quietcricket
Created April 9, 2013 14:26
Show Gist options
  • Save quietcricket/5346082 to your computer and use it in GitHub Desktop.
Save quietcricket/5346082 to your computer and use it in GitHub Desktop.
Make a folder writable to everyone in the group, in linux system.
newgroup your_group
setfacl -dR -m mask:007 /path/to/shared/folder
chmod g+s /path/to/shared/folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment