Calculate chmod Permissions Online
Convert between numeric (755) and symbolic (rwxr-xr-x) Linux file permissions. Toggle read, write, and execute bits for owner, group, and others with a visual interface.
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
- 1Enter a numeric chmod value like 755 or 644
- 2Or toggle permission checkboxes visually
- 3See both numeric and symbolic representations
- 4Copy the chmod command for your terminal
More Calculate Tools
All calculators →Calculate IP Subnets Online
Calculate subnet masks, network ranges, and usable hosts from CIDR notation. Free online subnet calculator.
Calculate Aspect Ratios Online
Calculate equivalent dimensions while maintaining aspect ratio. Free online aspect ratio calculator for images and video.
Bitwise Calculator Online - AND, OR, XOR, NOT
Perform bitwise operations (AND, OR, XOR, NOT, shift) on numbers. Free online bitwise calculator with binary display.
Scientific Calculator Online
Full-featured scientific calculator with trigonometry, logarithms, and advanced math. Free online scientific calculator.
Statistics Calculator Online - Mean, Median, Standard Deviation
Calculate mean, median, mode, standard deviation, and variance from a data set. Free online statistics calculator.
CSS Specificity Calculator Online
Calculate the specificity score of any CSS selector. Free online CSS specificity calculator with visual breakdown.
Looking for FAQs and advanced options? Visit the full Chmod Calculator page →