0% developed

UNIX Basics/Permissions

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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.