ad

Chmod Calculator

Visual Unix file permission calculator with octal and symbolic output.

ReadWriteExecute
Owner
Group
Others
Octal
644
Click to copy
Symbolic
rw-r--r--
Click to copy
Command
chmod 644 filename
Click to copy
Common Permissions

How Chmod Works

Read=4, Write=2, Execute=1. Sum the values for each role (owner, group, others) to get the octal code.

ad