Calculate a chmod Permission Online
Toggle read, write, and execute for owner, group, and others to see the octal and symbolic values update live. Common presets like 755, 644, and 600 are one click, and the full command is ready to copy.
Chmod Calculator
Calculate Unix file permissions with an interactive chmod builder
Permission Matrix
| Entity | Read (4) | Write (2) | Execute (1) | Octal | Symbolic |
|---|---|---|---|---|---|
| Owner (u) | 7 | rwx | |||
| Group (g) | 5 | r-x | |||
| Others (o) | 5 | r-x |
Special Bits
Advanced permission flags for executables and directories
Generated Permissions
755rwxr-xr-x-rwxr-xr-xchmod 755 filenamechmod u=rwx,g=rx,o=rx filenamePermission Breakdown
Owner (u)
7rwx- - Read files / list directory contents
- - Write / modify / delete
- - Execute / traverse directory
Group (g)
5r-x- - Read files / list directory contents
- - Execute / traverse directory
Others (o)
5r-x- - Read files / list directory contents
- - Execute / traverse directory
Common Permissions Reference
| Octal | Symbolic | Meaning |
|---|---|---|
777 | rwxrwxrwx | Full access for everyone |
755 | rwxr-xr-x | Owner full, others read and execute |
750 | rwxr-x--- | Owner full, group read and execute |
700 | rwx------ | Owner full access only |
666 | rw-rw-rw- | Read and write for everyone |
644 | rw-r--r-- | Owner read/write, others read only |
600 | rw------- | Owner read/write only |
555 | r-xr-xr-x | Read and execute for everyone |
444 | r--r--r-- | Read only for everyone |
400 | r-------- | Owner read only |
Quick Start
- 1Toggle the read, write, and execute boxes you need
- 2Or pick a preset like 755 or 644
- 3Read the octal and rwx symbolic notation
- 4Copy the chmod command, with -R for recursive use
More Calculate Tools
All calculators →Calculate CIDR to Subnet Mask Online
Convert a CIDR prefix to a dotted-decimal subnet mask and wildcard mask. Free online CIDR to subnet mask calculator.
Calculate Usable Hosts Per Subnet Online
Find how many usable hosts a /24, /26, or any prefix holds. Free online subnet host count calculator with usable range.
Calculate Which CSS Selector Wins
Compare two CSS selectors and see which one wins by specificity. Free online CSS specificity calculator with a bar chart, no signup.
Standard Deviation Calculator Online
Calculate sample and population standard deviation, variance, and mean from your data. Free online calculator with step-by-step working and charts.
Mean, Median, and Mode Calculator
Calculate the mean, median, mode, and range of a data set online for free. Includes quartiles, charts, and step-by-step working in your browser.
Scientific Calculator Online Free
A free scientific calculator with sin, cos, tan, log, factorial, and full expression input. Switch between degrees and radians, no download required.
Looking for FAQs and advanced options? Visit the full Chmod Calculator page →