Chmod Calculator - Unix File Permissions Calculator

Interactive Unix file permissions calculator. Checkbox grid, numeric and symbolic notation. Common presets included. Free.

100% FreeNumeric and SymbolicPresets
Read (4)
Write (2)
Execute (1)
Owner
Group
Other
640
Numeric
640
Symbolic
rw-r-----
Binary
110 100 000
Linux command: chmod 640 file
Numeric and symbolic notation
Click checkboxes to set permissions

Frequently Asked Questions

What is chmod?

chmod is a Unix command that changes file permissions. Permissions control who can read, write, and execute files.

How do numeric permissions work?

Each permission has a value: Read=4, Write=2, Execute=1. Add them up for each group (owner/group/other). For example, 755 means owner has full access (4+2+1=7) and others have read+execute (4+1=5).

Is 777 ever safe to use?

777 grants full read/write/execute to everyone. It is rarely needed and can be a security risk. Use 644 for files and 755 for directories when possible.

More Free Online Tools

SVG Compressor Reduce SVG file size by up to 80% instantly online Convert PNG to SVG on Mac Convert PNG to SVG vector on Mac & Windows free JSON Formatter Online Format, beautify, validate & minify JSON Base64 Encoder/Decoder Encode & decode Base64 text and images Color Picker Online Convert HEX, RGB, HSL, CMYK colors SVG Editor Online Draw and edit SVG graphics online SVG Code Editor Edit and preview SVG source code SVG Gradient Generator Generate SVG gradient code
Copied!