Created
June 28, 2019 08:25
-
-
Save rohsyl/6233522c0d9181291963df00c5d205a3 to your computer and use it in GitHub Desktop.
How to set default permissions on a directory
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
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