|
Every file and directory has permissions set that determine who can access it
Permissions are set for:
- the owner of the file (called the “user”, arguably a misnomer)
- the group members
- all others
Permissions that are set are called read, write, and execute permissions
|