Permissions
Select file permissions for each role
Output
Calculated values and command
Octal Notation755
Symbolic Notationrwxr-xr-x
Linux Commandchmod 755 filename
Quick Guide:
- 4 = Read (r)
- 2 = Write (w)
- 1 = Execute (x)
- 7 = 4+2+1 (rwx)
- 5 = 4+0+1 (r-x)