Chmod Permissions Calculator

Generate read, write and execute access for chmod permissions

Setup
Choose permission intent, apply a preset, and adjust owner/group/other rights.

Input

This calculator accepts 3-digit octal modes (`000` to `777`) and standard 9/10-character symbolic strings.
Choose a preset or set permissions manually.
Owner Group Others
Read
Write
Execute
3-digit only (000-777)
Accepts `rwxr-xr-x` or `-rwxr-xr-x`
Result
Preview effective mode, review risks, and copy command output.

Output

Waiting for input
Risk checks update as soon as permissions change.
Live Preview
Intent: file
Octal: 000
Symbolic: ---------
ls -l: ---------
Shell Command
chmod 000 file_path
Dockerfile Command
RUN chmod 000 file_path

The spread of computers and the Internet will put jobs in two categories. People who tell computers what to do, and people who are told by computers what to do.

Marc Andreessen

CodersTool Categories