Chmod Calculator

Calculate Unix chmod numeric/symbolic permissions.

Runs locally
PermissionOwner (User)GroupOthers (Public)
Read (r, value = 4)
Write (w, value = 2)
Execute (x, value = 1)
Special Permissions

Calculated Outputs

Supports 3-digit (e.g. 755) and 4-digit (e.g. 0755) formats.
e.g. rwxr-xr-x or -rwxr-xr-x

Command Builder

CLI Chmod Command
chmod 755 file.txt