Last active
January 1, 2016 05:39
-
-
Save vandorjw/8099608 to your computer and use it in GitHub Desktop.
File and Folder Permision
This file contains 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
sudo groupadd $GRP-NAME | |
sudo usermod -G $GRP-NAME -a $USR-NAME | |
setfacl -Rm g:$GRP-NAME,d:g:$GRP-NAME:rwX /top/level/directory/location | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment