Chmod Calculator

The Chmod Calculator translates between symbolic notation like rwxr-xr-- and the numeric 754 form. Toggle bits for owner, group and others to build a safe permission set.

Contents

Key Features

Use Cases

How to Use

  1. Toggle the bits for each role
  2. Read the octal value
  3. Apply with chmod

Practical Tips

FAQ

What is 644?
Owner read/write, everyone else read only.
Sticky bit?
Keeps users from deleting others files in a shared dir.
← Back to Guides