Skip to content

Instantly share code, notes, and snippets.

@boldfacedesign
Created January 30, 2015 20: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 boldfacedesign/e4c6d64e93648dcd3808 to your computer and use it in GitHub Desktop.
Save boldfacedesign/e4c6d64e93648dcd3808 to your computer and use it in GitHub Desktop.
chmod numeric codes
0 == --- == no access
1 == --x == execute
2 == -w- == write
3 == -wx == write / execute
4 == r-- == read
5 == r-x == read / execute
6 == rw- == read / write
7 == rwx == read / write / execute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment