copied a chmod cheat sheet from quickref.me/chmod
This commit is contained in:
parent
e717d21e61
commit
39fa0fd9af
1 changed files with 11 additions and 0 deletions
11
chmod_cheat_sheet.txt
Normal file
11
chmod_cheat_sheet.txt
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
---------- CHMOD COMMON PERMISSIONS ----------
|
||||||
|
|
||||||
|
400 r-------- Readable by owner only
|
||||||
|
500 r-x------ Avoid Changing
|
||||||
|
600 rw------- Changeable by user
|
||||||
|
644 rw-r--r-- Read and change by user
|
||||||
|
660 rw-rw---- Changeable by user and group
|
||||||
|
700 rwx------ Only user has full access
|
||||||
|
755 rwxr-xr-x Only changeable by user
|
||||||
|
775 rwxrwxr-x Sharing mode for a group
|
||||||
|
777 rwxrwxrwx Everybody can do everything
|
||||||
Loading…
Add table
Add a link
Reference in a new issue