Chmod Helper
Calculate and understand Linux/Unix file permissions. Convert between octal, symbolic, and rwx strings (including setuid/setgid/sticky bits).
3 digits (e.g.
755) or 4 digits for special bits (e.g. 4755).Supports
u=, g=, o= with any combination of r, w, x, s, t.Paste output from
ls -l. The first character (file type) is optional.Permission string
-rwxr-xr-x
chmod commands
chmod 755 <path>
chmod u=rwx,g=rx,o=rx <path>
Read
Write
Execute
Special
Owner (u)
Group (g)
Other (o)
Octal
755
Symbolic
u=rwx,g=rx,o=rx
Special bits
none
Privacy
Runs entirely in your browserThis tool runs entirely in your browser. Your inputs are not sent to a server.