File Access Permissions
- Each File has access permissions, defining which Users can use it.
- A Directory is also a File - so it also has access permissions.
- In order to access a File, we need access to all Directories containing
the File.
- e.g. to access "/etc/passwd", we need access to Directory "/", Directory
"/etc" and the file "/etc/passwd" itself.
Originally written by
guy keren