How to Calculate Unix File Permissions (chmod)

Published September 16, 2026 · 2 min read

Unix file permissions can be written as a three-digit octal number or as a nine-character symbolic string, and translating between the two in your head takes a moment of bit-math. This tool converts instantly in either direction.

Try Chmod Calculator

Steps

  1. 1

    Open the Chmod Calculator tool

    Go to the chmod calculator.

  2. 2

    Choose a direction

    Convert octal to symbolic, or symbolic to octal.

  3. 3

    Enter the permission value

    Type a value like "755" or "rwxr-xr-x".

  4. 4

    Read the breakdown

    See the equivalent form, plus owner, group and other permissions listed separately, and a ready-to-use chmod command.

Frequently asked questions

Because the conversion is instant, this saves the mental math every time you need to translate between chmod's two permission formats.

← Back to blog