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

BASIC is to computer programming as QWERTY is to typing.

Seymour Papert

CodersTool Categories