Chmod Calculator
Calculate Unix/Linux file permissions interactively. Toggle checkboxes or enter a number.
NUMERIC
755
SYMBOLIC
rwxr-xr-x
COMMAND
chmod 755 filename
| Read | Write | Execute | |
|---|---|---|---|
| Owner | |||
| Group | |||
| Others |
Common Permissions
About Chmod Calculator
Calculate Unix/Linux file permissions interactively. Toggle read, write, and execute for owner, group, and others. See the numeric (octal) and symbolic notation update in real-time. Copy the chmod command directly. Essential for server administration, deployment scripts, and fixing permission errors.