Chmod Calculator
Calculate Linux file permissions online. Click owner/group/other checkboxes including SUID, SGID, and sticky bit to get octal (e.g. 755) and symbolic (rwxr-xr-x) notation, or paste octal to reverse.
Click permissions
rwxownergroupother
Octal
0755
Symbolic
rwxr-xr-x
Command
chmod 0755
Reverse: octal → checkboxes
How to use
- Tick owner/group/other boxes including SUID, SGID, sticky; or paste octal in Reverse box.
- Read octal (e.g. 755) and symbolic (rwxr-xr-x) together.
- Copy the notation you need.
FAQ
What do 755 and 644 mean?
755 = rwxr-xr-x (executable, typical for scripts/dirs). 644 = rw-r--r-- (typical for files).