Unix Permissions Converter

Convert between chmod numeric (755) and symbolic (rwxr-xr-x) notation

100% In-BrowserNo Server UploadFree, No Signup
Developer Utilities
For EngineersFastPass - AI Career Agent

AI analyzes your skills and matches you with the best opportunities. Get a free market value assessment.

Get Started Free

How to Use

  1. Enter permission

    Enter either numeric (755) or symbolic (rwxr-xr-x). The format is auto-detected.

  2. Review result

    Both formats and a detailed breakdown of permissions are displayed.

  3. Copy result

    Use the "Copy" button to copy the result to your clipboard.

Unix Permissions Converter Examples

Numeric to symbolic

Input
755
Output
Numeric:  755
Symbolic: rwxr-xr-x

Owner:  rwx (read, write, execute)
Group:  r-x (read, execute)
Other:  r-x (read, execute)

Common permission for directories and scripts

Symbolic to numeric

Input
rw-r--r--
Output
Numeric:  644
Symbolic: rw-r--r--

Owner:  rw- (read, write)
Group:  r-- (read)
Other:  r-- (read)

Features

  • Bidirectional numeric (755) and symbolic (rwxr-xr-x) conversion
  • Auto-detection of input format
  • Detailed owner/group/other permission breakdown
  • setuid/setgid/sticky bit support (4-digit numeric)
  • chmod command example display
  • Local processing (your input is not sent to servers)
  • Dark mode support

FAQ

What is the difference between 3-digit and 4-digit numeric?

3-digit (e.g. 755) is basic permissions (owner/group/other). 4-digit (e.g. 4755) adds setuid/setgid/sticky bits as the leading digit.

What is setuid?

setuid (Set User ID) is a special bit that causes a file to execute with the owner's permissions. It is set with a leading 4 (e.g. 4755).

Is my data sent to a server?

No. Everything runs locally in your browser and nothing is uploaded.