Andrei Pall

Linux Software Engineering

Linux File Permissions

The following table illustrates the value of each digit that represents the access permission for particular users ( owner, user group, or everyone else):

ValuePermission
0cannot read, write or execute
1can only execute
2can only write
3can write and execute
4can only read
5can read and execute
6can read and write
7can read, write and execute