Unix Permissions Calculator
Enter an octal value (e.g. 755) or symbolic notation (e.g. rwxr-xr-x) to get the full permission breakdown.
Input Section
Octal (e.g. 755) or symbolic (e.g. rwxr-xr-x)
Output Section
Symbolic
rwxr-xr-x
Octal
755
Owner
read, write, execute
Group
read, execute
Others
read, execute
What is Unix Permissions Calculator?
Unix file permissions control who can read, write, or execute a file or directory. Permissions are assigned to three groups: the owner (user), the group, and others. This calculator converts between octal notation (chmod 755) and symbolic notation (rwxr-xr-x).
How to use
- Enter an octal value (like 755) or toggle the symbolic checkboxes.
- Click Convert.
- View the equivalent representation in the other format.
- Use the octal value in your chmod command.
Common use cases
Setting correct permissions for web server files, configuring SSH key permissions, understanding permission errors, setting up file permissions in deployment scripts.
FAQ
Related Tools
About
·
Privacy
·
Terms
·
Editorial Policy
·
All tools run client-side · Zero server-side data retention
·
© 2026 DevToolsHub