Back to all tools
Chmod Permission Calculator
Calculate Unix file permissions. Toggle checkboxes to build chmod commands, or enter an octal value.
Octal
644
Symbolic
rw-r--r--
Command
chmod 644 filenameAbout Chmod Calculator
Chmod Calculator converts between Unix file permission notation (rwxrwxrwx), octal values, and symbolic notation. Select permissions for owner, group, and others using checkboxes to see the resulting octal chmod value. Essential for Linux and Unix system administrators.
- Checkbox-based permission selection
- Shows octal and symbolic notation
- Owner, group, and others support
- Instant chmod command output