From ff125c8bbfb952b2d7533573eca4586f3c5266d0 Mon Sep 17 00:00:00 2001 From: Shubhank-Bhorhari <72190061+Shubhank-Bhorhari@users.noreply.github.com> Date: Thu, 1 Oct 2020 13:50:08 +0530 Subject: [PATCH] Update Changing File and Directory Permissions.txt --- Changing File and Directory Permissions.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 + +