Created
April 29, 2015 17:40
-
-
Save tfheen/7823232576f4d6c6d367 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 /var/log/journal | |
getfacl: Removing leading '/' from absolute path names | |
# file: var/log/journal | |
# owner: root | |
# group: systemd-journal | |
# flags: -s- | |
user::rwx | |
group::r-x | |
group:adm:r-x | |
mask::r-x | |
other::r-x | |
default:user::rwx | |
default:group::r-x | |
default:group:adm:r-x | |
default:mask::r-x | |
default:other::r-x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment