Skip to content

Instantly share code, notes, and snippets.

@mandeepbal
Created September 4, 2014 15:25
Show Gist options
  • Save mandeepbal/a5a80a083d0a67d1aa5a to your computer and use it in GitHub Desktop.
Save mandeepbal/a5a80a083d0a67d1aa5a to your computer and use it in GitHub Desktop.
linux file permissions
---------------------------------------------------------------------------
| owner | group | everyone |
---------------------------------------------------------------------------
| read | write | execute | read | write | execute | read | write | execute |
---------------------------------------------------------------------------
| 400 | 200 | 100 | 40 | 20 | 10 | 4 | 2 | 1 |
----------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment