CHMOD Calculator
NewDeveloperSet read, write and execute permissions for owner, group and others and see the octal value (like 755) plus the symbolic form (rwxr-xr-x). Free and instant.
| Group | r | w | x |
|---|---|---|---|
| Owner | |||
| Group | |||
| Others |
The number updates as you tick boxes: read = 4, write = 2, execute = 1. Use the presets to apply common modes such as 755 or 644.
What do file permissions mean?
Unix files have three permission types — read (r), write (w) and execute (x) — for three groups: the owner, the group and everyone else. Each combination creates a three-digit mode.
How is the number calculated?
Each set of rwx permissions is a value from 0 to 7. Read is worth 4, write 2 and execute 1. For example read and write gives 6, and all three gives 7.
What do common modes mean?
- chmod 755 — owner can read, write and execute; others can read and execute.
- chmod 644 — owner can read and write; others can only read.
- chmod 600 — only the owner can read and write.
What is the symbolic form?
Alongside the number, the symbolic notation like rwxr-xr-x describes the same permissions as ten characters: one for the type and nine for the three groups.
How do I use the calculator?
Tick the boxes for each permission and group, or press a preset button like 755 or 644. The numeric value updates live and can be copied in one click.
Frequently Asked Questions
What is CHMOD Calculator?
Build Unix file permissions visually and copy the numeric or symbolic mode.
How do I use CHMOD Calculator?
Type or paste your data into the field on this page and press the button. The result is calculated instantly in your browser — nothing is uploaded.
Is CHMOD Calculator free?
Yes, CHMOD Calculator is completely free. No signup, no downloads and no usage limits.
Similar tools
View all toolsPopular tools
View all toolsWant to share what you created? Try linklyhub.com for a short, clean link.