Now it is determined who may do what with this file. Basically there are the options "Read", "Write", "Execute". The permission "execute" is mostly of no interest on a web server (at least not with PHP Scripts, because these are only read by the web server). Now these permissions can be set for the owner, the group and for all the others. The permissions are usually written as numbers. The numbers for the permissions:
- 1 = may execute
- 2 = may write
- 4 = may read