1. Files and User Privileges
- Everything is represented as a file in Unix
- All files abides three properties: read, write and execute
- Each file has specific permissions for the owner, group owner and others
- Execute permission for a directory allows to pass through it, and without read access can known entries be accessed
- First hyphen of a file describes the file type
- Rest is, in order: owner, group, other