~/chmod-calculator
$

Chmod Calculator

Calculate Linux file permissions interactively. Toggle permissions for Owner, Group, and Others to generate numeric and symbolic notation.

Numeric

755

Symbolic

rwxr-xr-x

Owner

7

Group

5

Others

5

Read(4)
Write(2)
Execute(1)
chmod 755
$ chmod 755 filename

Common Presets

Permission Reference

NumberSymbolPermission
0---No permission
1--xExecute
2-w-Write
3-wxWrite + Execute
4r--Read
5r-xRead + Execute
6rw-Read + Write
7rwxRead + Write + Execute