- All files are owned by some user
- Users can be in groups
-
groups
command shows what groups the user belongs
to
% groups
bsmith staff wheel
- Files can belong to a single group
- Three types of permission
- read -- can the file be read
- write -- can the file be written to
- execute -- can the file be run as a program, or in the
case of directories can it be entered