Monu Tools

chmod Calculator

Convert Unix file permissions between checkboxes, octal (like 755) and symbolic notation (like rwxr-xr-x).

How to use the chmod Calculator

  1. 01

    Tick the read, write and execute boxes for owner, group and other.

  2. 02

    Or type an octal value like 755 to set the boxes automatically.

  3. 03

    Copy the ready-to-run chmod command.

Frequently asked questions

What do 755 and 644 mean?

Each digit is the sum of read (4), write (2) and execute (1) for owner, group and other. 755 is rwxr-xr-x (common for folders and scripts); 644 is rw-r--r-- (common for files).

What are setuid, setgid and the sticky bit?

They are special permissions shown as a fourth leading octal digit. setuid/setgid run a file with the owner's or group's rights; the sticky bit on a directory stops users deleting each other's files.

Why is the execute bit shown as s or t?

In symbolic notation a set special bit replaces the execute character: s/t when execute is also set, and S/T when it is not.

About this tool

A chmod calculator that converts Unix and Linux file permissions between an interactive checkbox grid, octal notation and symbolic notation in real time.

It supports the special setuid, setgid and sticky bits and outputs a copy-ready chmod command.

Related tools

We use essential cookies to run the site. With your consent we also load Google AdSense, which sets advertising cookies. See our privacy policy.