This commit is contained in:
tomit4 2022-03-05 08:38:54 -08:00
commit b8c5d394d6

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