UNIX Basics/Permissions

UNIX operating systems manage file access and execution with permissions.

Permissions include:

  • Read - Lets user read a file.
  • Write - Lets user edit a file.
  • Execute - Lets user execute a file as software.