Created
June 15, 2019 08:15
-
-
Save koyanloshe/4c7092366698c907d548d5383b976540 to your computer and use it in GitHub Desktop.
Linux Permissions #Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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