74 / 102
File and Directory Permissions
| Permissions | on a File | on a Directory |
|---|---|---|
| Read | Read the file. | List the contents of the directory. |
| Write | Modify the file (can be emptied, but not deleted) | Create, delete or rename files in the directory. |
| Execute | Execute the file (the program) | Access to the contents of the directory. Read, write to or execute a file in the directory. |