chmod calculator
Convert file permissions between octal (644) and symbolic (rw-r--r--) forms and build the chmod command.
How to use
- Tick the permission boxes, or type an octal or symbolic value.
- Read the equivalent forms and the meaning.
- Copy the octal value for your command.
What it supports
Covers the three classic classes (owner, group, other) and r/w/x bits only — special bits such as setuid, setgid, and sticky are not included.