Simplify Linux file permission management with our Chmod Calculator. visually set permissions for Owner, Group, and Public using checkboxes to generate the correct Octal (e.g., 777) and Symbolic (e.g., -rwxrwxrwx) values. You can also input an octal code to see the visual representation. A perfect utility for sysadmins and developers configuring web servers or scripts.
Chmod Calculator
Visual permission calculator for Unix/Linux file systems (Octal & Symbolic).
Owner
Group
Public
Octal Notation
Symbolic Notation
Chmod Calculator (Permissions)
Calculate Linux/Unix file permissions. Convert between octal (755) and symbolic (rwxr-xr-x) formats easily.
Select Roles
Check boxes for Owner, Group, and Public permissions.
Toggle Rights
Click Read, Write, and Execute for each category.
Copy Octal
Grab the three-digit code for your shell command.
Key Features
Visual Wrapper
Click checkboxes to toggle Read, Write, and Execute permissions.
Bi-directional
Update checkboxes to get code, or enter code to update checkboxes.
Octal & Symbolic
See both 755 and rwxr-xr-x formats instantly.
Common Presets
Quickly understand common modes like 777, 755, and 644.
Frequently Asked Questions
Chmod (Change Mode) is a command-line utility in Unix-like systems to set file access permissions.
755 gives the owner full control (Read/Write/Execute), while Group and Public have Read and Execute access only.
Run the command chmod 755 filename in your terminal.
Related Tools
View allChmod Visualizer
Visual file permission calculator.
Password Generator
Generate strong, secure passwords.
Password Strength Meter
Check password strength securely.
HTML Formatter
Beautify or minify your HTML code.
CSS Formatter
Beautify or minify your CSS styles.
JS Formatter
Beautify or minify your JavaScript code.
Last updated on