Chmod Calculator
Calculate Unix chmod permissions visually. Use checkboxes for read, write, execute for owner, group, and other. Get numeric (755) and symbolic (rwxr-xr-x) output.
- 100% free
- No signup
- Runs in your browser
Used 51.4K times today
| Group | Read (4) | Write (2) | Execute (1) | Value |
|---|---|---|---|---|
| owner | 7 | |||
| group | 5 | |||
| other | 5 |
755rwxr-xr-xchmod 755 filenameHow to Use Chmod Calculator
- 1
Check permission boxes
Tick the read, write, and execute checkboxes for Owner, Group, and Other.
- 2
Read the output
The numeric octal value and symbolic string update instantly as you make selections.
- 3
Copy the chmod command
Copy the ready-to-use chmod command for your terminal.
Frequently Asked Questions
What does 755 mean?
What is the symbolic notation?
Embed This Tool
Add this tool to your website for free. Just copy and paste the code below:
<iframe src="https://utilko.com/embed/chmod-calculator/" width="100%" height="500" frameborder="0" title="Chmod Calculator"></iframe> About Chmod Calculator
The Chmod Calculator on Utilko makes Unix file permission management visual and intuitive. Tick checkboxes for each permission, see the numeric and symbolic output update in real time, and copy the ready chmod command.
More Developer Tools Tools
JSON Formatter
Format, beautify, and validate JSON instantly. Paste raw JSON and get a clean, indented, human-readable output with syntax error detection.
JSON Minifier
Minify and compress JSON by removing whitespace and comments. Reduce JSON payload size instantly for faster API responses and smaller storage footprint.
JSON to CSV Converter
Convert JSON arrays to CSV format instantly. Transform nested JSON data into spreadsheet-ready CSV files with automatic header detection.
JSON to YAML Converter
Convert JSON to YAML format instantly online. Transform JSON config files, API schemas, and data structures into clean, readable YAML syntax.
Base64 Encoder / Decoder
Encode text or decode Base64 strings instantly online. Convert between plain text and Base64 encoding for data URLs, authentication headers, and API tokens.
URL Encoder / Decoder
Encode or decode URLs and query strings instantly. Convert special characters to percent-encoding and back for safe URL transmission and debugging.
HTML Encoder / Decoder
Encode special characters to HTML entities or decode HTML entities back to plain text. Prevent XSS and display HTML code safely in web pages.
UUID Generator
Generate UUID v1, v4, and v5 universally unique identifiers instantly. Create single or bulk UUIDs for databases, APIs, and distributed systems.