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