Chmod Calculator

Linux File Permission Calculator - Free Online Tool

Select permissions with checkboxes to auto-generate chmod numeric notation, symbolic notation, and commands. Reverse lookup from numeric values is also supported. A handy free tool for Linux/Unix file permission management.

Permission Settings

Read (4)Write (2)Execute (1)
Owner
Group
Others
Numeric (Octal)
755
Symbolic Notation
rwxr-xr-x
chmod 755 filename

Common Presets

Recommended Permissions Reference

Files

PermissionSymbolicUse Case
644rw-r--r--HTML, CSS, images
600rw-------Config files, passwords
400r--------SSH private key (id_rsa)
755rwxr-xr-xCGI, shell scripts

Directories

PermissionSymbolicUse Case
755rwxr-xr-xPublic directories (web root)
700rwx------Home directory, private folders
750rwxr-x---Group shared directories

Other Tools