Skip to content

Instantly share code, notes, and snippets.

@koyanloshe
Created June 15, 2019 08:15
Show Gist options
  • Save koyanloshe/4c7092366698c907d548d5383b976540 to your computer and use it in GitHub Desktop.
Save koyanloshe/4c7092366698c907d548d5383b976540 to your computer and use it in GitHub Desktop.
Linux Permissions #Linux
4 2 1
0 - - - no permissions
1 - - x only execute
2 - x - only write
3 - x x write and execute
4 x - - only read
5 x - x read and execute
6 x x - read and write
7 x x x read, write and execute
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment