Chmod Calculator

Compute Unix file permissions and chmod commands

WhoRead (4)Write (2)Execute (1)
Owner (u)
Group (g)
Public (o)
Octal
Symbolic
-rwxr-xr-x
Command
chmod 755 path
  • โ€ข Owner: read, write, execute
  • โ€ข Group: read, execute
  • โ€ข Others: read, execute