Skip to content

Instantly share code, notes, and snippets.

/-

Created January 6, 2017 16:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/601b35c495ee7f3aa2740be928a98879 to your computer and use it in GitHub Desktop.
Save anonymous/601b35c495ee7f3aa2740be928a98879 to your computer and use it in GitHub Desktop.
[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