diff --git a/Changing File and Directory Permissions.txt b/Changing File and Directory Permissions.txt index 7690c7f..62dd32b 100644 --- a/Changing File and Directory Permissions.txt +++ b/Changing File and Directory Permissions.txt @@ -50,6 +50,17 @@ chmod a+x file2 chmod 750 sampledir +The table below gives numbers for all for permissions types. +0 No Permission --- +1 Execute --x +2 Write -w- +3 Execute + Write -wx +4 Read r-- +5 Read + Execute r-x +6 Read + Write rw- +7 Read + Write + Execute rwx + +