File Access Permissions - permission to do what?
- Access Permissions are further split into 3: read, write and execute.
- For a File, 'read' means permission to view the contents of the File.
- 'write' means permission to modify the contents of the File.
- 'execute' means permission to execute (=run) the File, assuming it is
a program.
Originally written by
guy keren