Chmod Calculator
Calculate Unix permissions: check r/w/x for owner/group/other to get the octal number and rwx notation.
Calculate chmod permissions for Linux files/directories — check the read/write/execute boxes to get the octal number (e.g. 755, 644).
How to use Chmod Calculator
- Check the permissions for owner, group, and other.
- Read the corresponding chmod number.
- Use it in a chmod command.
Frequently asked questions
What's the difference between 755 and 644?
755 lets the owner write and lets everyone read/execute (commonly used for directories and scripts); 644 lets the owner write while everyone else can only read (commonly used for regular files).
🔒 Chmod Calculator runs entirely in your browser — the data you enter is not sent to any server. Free, no sign-up required. See145 free dev tools more.