Interactively calculate Unix file permissions (octal and symbolic) and generate chmod commands.
On Unix/Linux, permissions control who can do what. They’re shown in two notations: symbolic (e.g., -rwxr-xr--) and octal (e.g., 754). This calculator turns one into the other and generates ready‐to‐copy chmod commands so you don’t miscalculate 4+2+1 by hand.
This tool provides a simple, interactive way to understand and calculate Unix file permissions. Ticking the checkboxes for Read (r), Write (w), and Execute (x) for each user type (Owner, Group, Others) will instantly update the Octal and Symbolic notations, and generate the corresponding chmod command.
chmod command will update instantly.rw-r--r-- — Owner can read/write, everyone else can only read. Use the "File (644)" preset.rwxr-xr-x — Owner can do anything, everyone else can read and enter/execute. Use the "Directory/Script (755)" preset.rw------- — Only the owner can read/write. Essential for files with passwords or keys. Use the "Sensitive File (600)" preset.Reference this content, page, or tool as:
"Unix Permission Calculator (chmod)" at https://MiniWebtool.com/unix-permission-calculator/ from MiniWebtool, https://MiniWebtool.com/
by miniwebtool team. Updated: Sep 25, 2025
MiniWebtool
If you like Unix Permission Calculator (chmod), please consider adding a link to this tool by copy/paste the following code:
Preview
EMBED THE WIDGET
EMBED OPTIONS
Change Title:
Width: 380px.
Tip: The widget is responsive to mobile devices. If the set width is larger than the device screen width, it will be automatically adjusted to 100% of the screen width. On the preview mode the width is limited to 500. You can change data-width to any value based on your website layout.
By embedding MiniWebtool widgets on your site, you are agreeing to our Terms of Service.