New
chmod Calculator
Runs in browserToggle read, write, and execute for owner, group, and others. See octal (e.g. 755), symbolic notation (rwxr-xr-x), and a ready-to-run chmod command with presets.
chmod Calculator tool
Owner
Group
Others
Octal: 755
Symbolic: rwxr-xr-x
Command: chmod 755 filename
How to use
Set bits
Tick r, w, x for owner, group, and others — octal and symbolic strings update live.
Type octal
Enter three digits (0–7 each) to sync the checkboxes, or use a preset pill.
Copy command
Copy chmod 755 filename and replace filename with your path.
Examples
Web root
Typical static site permissions.
Input755Outputrwxr-xr-x
Frequently asked questions
- Does this change files on my machine?
- No. It only calculates values in your browser.
- Why three digits?
- They map to owner, group, and others — each digit encodes rwx in octal.
Related tools
You might find these useful too.