Chmod Calculator

Calculate Unix file permissions

Generators
Instant results
Numeric (Octal)
644
Symbolic
-rw-r--r--
Owner6
Group4
Others4

Commands

chmod 644 filename
chmod -R 644 directory/

Common Permissions

Permission Values:

4 = Read (r)
2 = Write (w)
1 = Execute (x)

About Chmod Calculator

Calculate Unix file permissions using the chmod command. Set read, write, and execute permissions for owner, group, and others. Get both numeric (octal) and symbolic notation.