Created
April 9, 2013 14:26
-
-
Save quietcricket/5346082 to your computer and use it in GitHub Desktop.
Make a folder writable to everyone in the group, in linux system.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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