Chmod Calculator

Interactive Unix file permissions calculator. Toggle permissions or type an octal value.

Permission Matrix

PermissionOwnerGroupOthers
Read
Write
Execute

Numeric (Octal)

Symbolic Notation

rwxr-xr-x

Command

$ chmod 755 filename

Description

Owner can read, write, execute. Group can read, execute. Others can read, execute.

Common Presets