copied a chmod cheat sheet from quickref.me/chmod

This commit is contained in:
z3rOR0ne 2022-03-05 05:11:55 -08:00
parent e717d21e61
commit 39fa0fd9af

11
chmod_cheat_sheet.txt Normal file
View 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