Ctrl + K
HomeWeb ToolsChmod Calculator
Free Developer Tool

Chmod Calculator

Convert Linux file permissions between symbolic and numeric chmod values.

Owner
Group
Other
Numeric
755
Symbolic
rwxr-xr-x
Description
Owner: read, write, execute Group: read, execute Others: read, execute

What is Chmod Calculator?

Calculate Linux file permissions quickly and accurately.

How to use

  1. Select read, write and execute permissions.
  2. View octal chmod value.
  3. Copy the result.

Features

  • Octal permissions
  • Symbolic permissions
  • Live calculation
  • Copy result

Example

Input
Owner: rwx, Group: r-x, Others: r--
Output
754

FAQ

Does it generate chmod numbers?

Yes.

Can I convert numeric values back?

Yes.

Is it useful for Linux servers?

Absolutely.