How to Calculate Chmod Permissions: Formula, Steps & Examples
Learn how to calculate Chmod Permissions — the formula explained step by step, with worked examples and a free calculator to check your answer.
Verified formula Updated Jun 2026 Private — runs on your device
Octal permission code
755
For general information only — not financial, tax, legal or medical advice. Verify before you rely on it.
The Chmod Permissions Calculator works out your octal permission code in an instant. Enter owner read (1=yes), owner write (1=yes) and owner execute (1=yes) and the result updates as you type — it is free, needs no sign-up, and runs entirely in your browser so your figures stay private.
The Chmod Permissions Calculator uses the formula:
Octal permission code = (Owner read (1=yes) × 4 + Owner write (1=yes) × 2 + Owner execute (1=yes)) × 100 + (Group read (1=yes) × 4 + Group write (1=yes) × 2 + Group execute (1=yes)) × 10 + (Others read (1=yes) × 4 + Others write (1=yes) × 2 + Others execute (1=yes))
For example, with owner read (1=yes) of 1, owner write (1=yes) of 1, owner execute (1=yes) of 1 and group read (1=yes) of 1 and the other inputs, the octal permission code is 755.
| Owner read (1=yes) | 1 |
|---|---|
| Owner write (1=yes) | 1 |
| Owner execute (1=yes) | 1 |
| Group read (1=yes) | 1 |
| Group write (1=yes) | 0 |
| Group execute (1=yes) | 1 |
| Others read (1=yes) | 1 |
| Others write (1=yes) | 0 |
| Others execute (1=yes) | 1 |
| Octal permission code | 755 |
|---|
Results are estimates for educational use, not professional advice.
Learn how to calculate Chmod Permissions — the formula explained step by step, with worked examples and a free calculator to check your answer.