Last active
February 8, 2019 19:28
-
-
Save rahman541/f7fe5ce6c653f2bd2f52a9bd38a77a92 to your computer and use it in GitHub Desktop.
CHMOD
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
OWNER GROUP WORLD | |
r w x r w x r w x | |
1 1 1 1 0 1 1 0 1 | |
7 5 5 | |
|______|_______| | |
| | |
755 | |
r = read | |
w = write | |
x = execute |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment