Command Palette

Search for a command to run...

Developer Tools

Simple and efficient tools for your daily development tasks.

Chmod Calculator
Calculate Linux/Unix file permissions visually.

Owner

Group

Public

How it works

Read (r) = 4: Permission to read the file's content.

Write (w) = 2: Permission to modify or delete the file.

Execute (x) = 1: Permission to execute the file (if it's a script/program) or enter directory.

The octal number is the sum of these values for each scope (Owner, Group, Public).