Development tools
Chmod Calculator
Calculate Unix file permissions with a click-to-toggle grid — instantly converts between numeric (755) and symbolic (rwxr-xr-x) notation.
Click-to-toggle grid
Numeric ↔ symbolic
Octal notation
Setuid / setgid
Sticky bit
Copy chmod command
Free · No credit card · 50 credits/day
Common permission presets
| Octal | Symbolic | Typical use |
|---|---|---|
| 755 | rwxr-xr-x | Directories, executable scripts, public web files |
| 644 | rw-r--r-- | Regular files: HTML, CSS, config files |
| 600 | rw------- | Private files: SSH private keys, .env files |
| 700 | rwx------ | Private scripts, personal directories |
| 777 | rwxrwxrwx | World-writable — avoid in production |
| 444 | r--r--r-- | Read-only files: published content, backups |
| 664 | rw-rw-r-- | Shared group editable files |
Frequently asked questions
Related dev tools
More tools for server and security configuration.
Get the right permissions first time
Free account. 50 credits per day. Access to 75+ tools instantly.
Create free account →