Permissions for Files

The permission settings for a file determine the ways in which someone can use that file. There are three types of permissions under Linux:
  • Read permission means you can look at the contents of the file
  • Write permission means you can change or delete the file
  • Execute permission means you can run the file as a program