Chmod Calculator
Calculate Unix file permissions. Convert between octal notation and symbolic rwx format.
| Read (r) | Write (w) | Execute (x) | Octal | Symbolic | |
|---|---|---|---|---|---|
| Owner | 6 | rw- | |||
| Group | 4 | r-- | |||
| Others | 4 | r-- |
Octal
644
Symbolic
rw-r--r--
chmod command
chmod 644 filename
Comments & Feedback
Comments are powered by Giscus. Sign in with GitHub to leave a comment.