25% OFF High Performance Plans — Limited Time! Deal ends in:
00days
:
00hrs
:
00min
:
00sec
Developer Tools

Chmod
Calculator

Convert Linux file permissions between symbolic, octal, and binary instantly. Click any permission below to get started.

Octal notation
Symbolic (rwx)
Copy command
# Common permissions
chmod 755 web-file # rwxr-xr-x
chmod 644 document # rw-r--r--
chmod 600 id_rsa # rw-------
chmod 700 script.sh # rwx------

# Recursive
chmod -R 755 ./public
Owner
Group
Other
Symbolic
-rwxr-xr-x
chmod command
chmod 755 file
Binary
111 101 101
Octal
755

Common Permission Values

Frequently Asked Questions

What does chmod 755 mean?
755 grants the owner read, write and execute (7), and the group and others read and execute (5). It is the standard permission for web directories and executable scripts.
What is the difference between 644 and 755?
644 (rw-r--r--) is for regular files — owner can edit, everyone else can only read. 755 (rwxr-xr-x) adds the execute bit, needed for directories and runnable scripts.
How is the octal permission number calculated?
Each digit is the sum of read (4), write (2) and execute (1) for owner, group and other. So rwx = 4+2+1 = 7, r-x = 4+1 = 5.
What chmod should I use for an SSH private key?
Use 600 (rw-------). SSH refuses keys that are readable by group or others.

Related Tools

Umask Calculator Crontab Generator Subnet Calculator

Need a Linux VPS to Run These Commands?

TextraHost plans start at $5.50/mo with full root access.

Call Us WhatsApp
Trusted & Certified
HostAdvice Silver — Top 25 Reseller Hosting HostAdvice — Top 25 Offshore Hosting 2026 HostAdvice — Over 99% Uptime 2025 Website Planet Feature Accredited .xyz Registrar tawk.to Partner Green hosting verified by The Green Web Foundation AbuseIPDB Contributor Badge