Calculate Linux/Unix file permissions visually. Convert between octal (755) and symbolic (rwxr-xr-x) notation instantly with an interactive checkbox interface — free online tool for DevOps and sysadmins.
What is Chmod Calculator?
Chmod Calculator is a free visual tool for calculating Linux and Unix file permissions.
It converts between octal notation (like 755) and symbolic notation (like rwxr-xr-x)
instantly, with an interactive checkbox grid that makes it easy to understand exactly
what each permission bit does. Whether you're configuring a web server, setting up SSH
keys, or deploying scripts, this tool eliminates the guesswork from file permission
management. It also supports special permission bits: setuid, setgid, and sticky bit.
When to use it?
Use the Chmod Calculator whenever you need to set or verify file permissions on
Linux/Unix systems. It's especially useful when configuring web server document
roots (directories need 755, files need 644), securing SSH keys (must be 600),
setting up deployment scripts (need execute permission), or debugging "Permission
denied" errors. The visual checkbox interface is faster and less error-prone than
memorizing octal values.
Common use cases
DevOps engineers use this tool to configure permissions for CI/CD deployment scripts,
Docker volumes, and Kubernetes mounted configs. System administrators use it to audit
file permissions across server directories, set up shared directories with appropriate
group permissions, and configure the sticky bit on /tmp-style directories. Web
developers use it to troubleshoot Apache/Nginx 403 Forbidden errors caused by
incorrect directory permissions.