Created
May 31, 2020 06:25
-
-
Save KenwoodFox/b97d9e69e6fd19965ead276e6797199e to your computer and use it in GitHub Desktop.
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
/]# getfacl MyTestFile.md | |
# file: MyTestFile.md | |
# owner: www | |
# group: Media | |
owner@:rwxpDdaARWcCos:------I:allow | |
user:www:rwxpDdaARWcCos:------I:allow | |
everyone@:--------------:------I:allow | |
/]# getfacl README.md | |
# file: README.md | |
# owner: joe | |
# group: Media | |
owner@:rwxpDdaARWcCos:------I:allow | |
user:www:rwxpDdaARWcCos:------I:allow | |
everyone@:--------------:------I:allow |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment