Chmod Calculator

Visual permissions generator for Linux/Unix files. Convert between numeric (octal) and symbolic formats.

Scope
Read (4)
Write (2)
Execute (1)
Owner
Group
Public
Type:

Linux Permissions (Octal)

e.g. 755

Symbolic Notation

e.g. -rwxr-xr-x

Command

Share this tool:

Understanding Linux Permissions

Linux and Unix-like operating systems use a permissions system to control access to files and directories. These can be represented numerically (octal) or symbolically.

Owner

The user who owns the file. Usually the creator. Permissions here apply only to this specific user.

Group

A defined group of users. Any user in this group will have these permissions, unless they are the owner.

Public / Other

Everyone else. Be careful with write permissions here, as it allows anyone on the system to modify the file.

Common Permission Presets

  • 777 (rwxrwxrwx) Full access for everyone (Insecure)
  • 755 (rwxr-xr-x) Owner full, others read/execute (Web Standard)
  • 644 (rw-r--r--) Owner read/write, others read only (Files)
  • 600 (rw-------) Private to owner only (Keys/Secrets)

Frequently Asked Questions

Was this tool helpful?

Comments

Loading comments...

Check Out Other Popular Tools