Skip to content

Instantly share code, notes, and snippets.

@tfheen
Created April 29, 2015 17:40
Show Gist options
  • Save tfheen/7823232576f4d6c6d367 to your computer and use it in GitHub Desktop.
Save tfheen/7823232576f4d6c6d367 to your computer and use it in GitHub Desktop.
> 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