simple

chmod Calculatorsimple

Calculate Unix file permissions in octal notation.

Permissions

Owner6
Group4
Others4
Octal644
Symbolicrw-r--r--
Commandchmod 644 file

How to use chmod Calculator

1

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.

2

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.

3

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.

4

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.

Frequently Asked Questions

Related Tools