Working with File Permissions and Ownership

Every file is owned by a User and a Group

Every file has permisisons for its User, its Group, and for Everyone Else

Processes are also owned by a User and by a Group

You use the ls command with the -l option see file ownerships and permissions.

Examples:
ls -l
ls -l *.mp3

Unix file permissions

Annotated example of output from the ls -l command.

What permission letters mean.
Annotation showing detail of what permission letters mean in output from ls -l.


Tasks:



Previous - Configuring Your Unix Environment

Next - Question and Answer Time

Home