Chmod Calculator
Unix permission calculator: checkboxes, octal, and symbolic.
Permission grid
Toggle read/write/execute per owner, group, other
| read | write | execute | |
|---|---|---|---|
| owner | |||
| group | |||
| other |
Result
Octal, symbolic, and chmod command
Octal
755
Symbolic
rwxr-xr-x
Command
chmod 755 <file>
About the Chmod Calculator
Calculate Unix file permissions interactively — toggle read/write/execute checkboxes per owner, group, and other, and see the equivalent octal digits, symbolic notation, and chmod command, all kept in sync.
Examples
755 permissions
rwxr-xr-xOutput
chmod 755 <file>Related tools
.htaccess Redirect Generator
Dev Utilities
Generate Apache .htaccess redirect and rewrite rules.
Code Comment Stripper
Dev Utilities
Remove comments from JS, HTML, Python, or SQL source.
Code Diff Merger
Dev Utilities
Side-by-side line diff of two code snippets with stats.
Cron Expression Builder
Dev Utilities
Build cron expressions visually with a human-readable description.
cURL to Fetch Converter
Dev Utilities
Convert a curl command into JavaScript fetch() code.
Dockerfile Linter
Dev Utilities
Lint a Dockerfile for common best-practice issues.
Frequently asked questions
Version 1.0.0 · Updated 2026-08-06 · Runs entirely in your browser