Chmod Calculator
Calculate Linux file permissions interactively. Convert between octal (755) and symbolic (rwxr-xr-x) notation with a visual checkbox grid.
| Read (4) | Write (2) | Execute (1) | Octal | |
|---|---|---|---|---|
| Owner User | 7 | |||
| Group | 5 | |||
| Others Public | 5 |
Common Presets
Permission Reference
| Octal | Symbolic | Permissions | Common Use |
|---|---|---|---|
| 7 | rwx | Read + Write + Execute | Owner of directories |
| 6 | rw- | Read + Write | Owner of regular files |
| 5 | r-x | Read + Execute | Group/others for directories |
| 4 | r-- | Read only | Group/others for files |
| 3 | -wx | Write + Execute | Rarely used |
| 2 | -w- | Write only | Rarely used |
| 1 | --x | Execute only | Restricted scripts |
| 0 | --- | No permissions | Blocked access |
Related Tools
Visual Permissions
Interactive checkbox grid makes it easy to understand and set permissions for owner, group, and others. Color-coded for clarity.
Quick Presets
One-click presets for common permissions: 755 for directories, 644 for files, 600 for SSH keys, with security warnings for risky settings.
Click to Copy
Click any result value to copy it instantly. Get the octal code, symbolic notation, or the full chmod command ready to paste in your terminal.
Need a custom tool or web app?
I build MVPs and custom web applications in 7 days. From idea to production, fast, reliable, and scalable. 9+ years of full-stack experience.
ContactFrequently Asked Questions
What does chmod 755 mean?
What does chmod 644 mean?
How do Linux file permissions work?
What is the difference between symbolic and octal notation?
ls -la.