Skip to content

Instantly share code, notes, and snippets.

@rohsyl
Created June 28, 2019 08:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rohsyl/6233522c0d9181291963df00c5d205a3 to your computer and use it in GitHub Desktop.
Save rohsyl/6233522c0d9181291963df00c5d205a3 to your computer and use it in GitHub Desktop.
How to set default permissions on a directory
setfacl -d -m g::rwx /<directory> //set group to rwx default
getfacl /<directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment