Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions Changing File and Directory Permissions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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





Expand Down