chmod Calculator — free
Calculate Unix file permissions in octal notation.
Permissions
How to use chmod Calculator
Select Permission Types
Check the boxes next to each permission you need. Under the 'Owner', 'Group', and 'Others' columns, tick 'Read (r)', 'Write (w)', and 'Execute (x)' as required. Each section controls permissions for different user types.
View Real-Time Octal Output
Watch the octal notation update automatically in the 'Octal Code' field as you select permissions. The four-digit code displays instantly (e.g., 0755, 0644). Copy this value directly from the output box.
Copy and Apply to Terminal
Click the 'Copy' button next to the octal code result. Paste the value into your terminal command: chmod [octal-code] [filename]. Press Enter to apply permissions to your file.
Decode Existing Permissions
Alternatively, enter an existing octal code (like 755 or 644) in the 'Octal Input' field and click 'Decode'. The calculator automatically checks the correct permission boxes for that value.