Create a gist now

Instantly share code, notes, and snippets.

anonymous /-
Created Jan 6, 2017

What would you like to do?
[joe@comp ~]$ ls -ld dir
drwxr-x---+ 2 root joe 4096 Jan 6 07:17 dir
[joe@comp ~]$ getfacl dir
# file: dir
# owner: root
# group: joe
user::rwx
group::---
mask::r-x
other::---
[joe@comp ~]$ cd dir/
-bash: cd: dir/: Permission denied
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment