Chmod Calculator
Calculate Unix/Linux file permissions. Convert between numeric and symbolic notation.
Numeric (Octal)
755
chmod 755 filename
Symbolic
rwxr-xr-x
-rwxr-xr-x
Permission Matrix
Enter Numeric Value
Enter Symbolic Value
Common Permissions
Permission Reference
Permission Values
r (read) | 4 |
w (write) | 2 |
x (execute) | 1 |
- (none) | 0 |
Permission Groups
- Owner: File owner
- Group: Group members
- Others: Everyone else
Common Use Cases
755- Scripts, executables644- Regular files600- Private configs700- Private directories