← All tools

chmod Calculator

Linux

Toggle read/write/execute for owner, group and other — get the octal mode and symbolic string both ways.

Whoreadwriteexec
Owner
Group
Other
octal
755
-rwxr-xr-x
chmod 755 file

Special bits show in the exec column: s/S = setuid/setgid, t/T = sticky. Capital letters mean the bit is set but exec is not.