Skip to content

Instantly share code, notes, and snippets.

@vandorjw
Last active January 1, 2016 05:39
Show Gist options
  • Save vandorjw/8099608 to your computer and use it in GitHub Desktop.
Save vandorjw/8099608 to your computer and use it in GitHub Desktop.
File and Folder Permision
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