-
-
Save jeeteshnariya/84620b28a2e55bf7b9191594e5b2ef9b to your computer and use it in GitHub Desktop.
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
| chmod cheat sheet | |
| PERMISSION COMMAND | |
| U G W | |
| _____________________________________ | |
| |rwx rwx rwx chmod 777 <filename> | | |
| |_____________________________________| | |
| |rwx rwx r-x chmod 775 <filename> | | |
| |_____________________________________| | |
| |rwx r-x r-x chmod 755 <filename> | | |
| |_____________________________________| | |
| |rw- rw- r-- chmod 664 <filename> | | |
| |_____________________________________| | |
| |rw- r-- r-- chmod 644 <filename> | | |
| |_____________________________________| | |
| Key: | |
| ________________________________ | |
| | U = User | r = Readable | | |
| | G = Group | w = writable | | |
| | W = World | x = executable | | |
| | | - = no permission | | |
| |________________________________| |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
+1 quick and simple, to always have at hand in a usb (and in text format so i can see it trought network or in terminal like in a DC)