Chmod Calculator

Calculate the octal and symbolic chmod permission string from checkboxes — no more mental math to figure out that read+write+execute for owner is a 7.

ReadWriteExecute
Owner
Group
Others
755
Octal (chmod 755)
rwxr-xr-x
Symbolic

What this means

  • Owner: read, write, execute
  • Group: read, execute
  • Others: read, execute

Common presets