Tested tool guide
Tested browser tools
Checked August 16, 2026
What chmod Permission Calculator does, with a checked example
chmod Permission Calculator maps the nine ordinary Unix permission choices - read, write, and execute for owner, group, and others - to a numeric chmod value and a command preview. Select the checkboxes that describe the access you want, then copy the resulting mode or command. The common mistake is totaling all selected permissions together. Each subject class gets its own digit, so owner read and write becomes 6 while group read and others read each become 4, producing 644.
Worked example
A concrete input and expected output from the current implementation.
Input
Owner: read and write; Group: read; Others: read
->
Owner read and write is 4 + 2 = 6. Group read is 4, and others read is 4, so the three digits are 644.