Skip to content

Instantly share code, notes, and snippets.

@samueldr
Created March 10, 2020 22:31
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 samueldr/ee0a306a97668bc732cb0729bb93fa5c to your computer and use it in GitHub Desktop.
Save samueldr/ee0a306a97668bc732cb0729bb93fa5c to your computer and use it in GitHub Desktop.
~/tmp/tmp/foo $ ls
bar
~/tmp/tmp/foo $ ls -l
total 4
d-wx--x--x 5 samuel users 4096 Mar 10 18:31 bar
~/tmp/tmp/foo $ cd bar/
~/.../foo/bar $ ls -l
ls: cannot open directory '.': Permission denied
~/.../foo/bar 2 $ cd b
~/.../bar/b $ ls -l
total 0
~/.../bar/b $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment