Types of Permissions
- Linux provides three kinds of permissions
- Read
- Users with read permission may read the file (directories -> listing the contents)
- Write
- Users with write permission may write to the file (directories -> adding new files)
- Execute
- Users with execute permission may execute the file. (directories -> lookup a specific file)
Notes:
No notes for slide 27