Unix Permissions Calculator

Visual chmod calculator with interactive rwx permission checkboxes

Read (4)
Write (2)
Execute (1)
Owner
Group
Others
755
rwxr-xr-x
chmod 755 filename

Common Permissions

777 (rwxrwxrwx)
755 (rwxr-xr-x)
700 (rwx------)
644 (rw-r--r--)
600 (rw-------)
444 (r--r--r--)
400 (r--------)
666 (rw-rw-rw-)

Understanding Unix File Permissions

Unix file permissions control who can read, write, and execute files. Each file has three permission groups: owner (the file creator), group (users in the file's group), and others (everyone else). Each group can have read (r), write (w), and execute (x) permissions.

How Chmod Numbers Work

Each permission has a numeric value: read = 4, write = 2, execute = 1. The chmod number is three digits, one for each group (owner, group, others). Each digit is the sum of permissions for that group. For example, 755 means owner has rwx (7), group has r-x (5), others have r-x (5).

Common Permission Patterns

755 is standard for executable files and directories (owner can modify, others can read/execute). 644 is typical for regular files (owner can modify, others can read only). 600 is used for private files (owner only). 777 grants full access to everyone and should be used with caution.

Get a free API key for 100+ developer endpoints:
Pro plans
ToolPipe JSON Formatter CSS Minifier JS Minifier UUID Generator Regex Tester JWT Decoder Password Generator Hash Generator Base64 JSON to YAML QR Generator Merge PDF Image to Base64 Color Picker My IP XML Formatter YAML Validator CSV to JSON Diff Checker SQL Formatter Free API Key Pro Plans Quick Start
130+ free developer tools by ToolPipe. No signup, no tracking. Support us