Skip to content

Instantly share code, notes, and snippets.

@fiddyspence
Created December 19, 2012 17:24
Show Gist options
  • Save fiddyspence/4338510 to your computer and use it in GitHub Desktop.
Save fiddyspence/4338510 to your computer and use it in GitHub Desktop.
644
[root@puppet1 facter]# mkdir /tmp
mkdir: cannot create directory `/tmp': File exists
[root@puppet1 facter]# mkdir /tmp/moo
[root@puppet1 facter]# chmod 644 /tmp/moo
[root@puppet1 facter]# su - fids
[fids@puppet1 ~]$ cd /tmp/moo
-bash: cd: /tmp/moo: Permission denied
[fids@puppet1 ~]$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment