Skip to content
Tools.Town
290+ free online tools

Chmod Calculator

100% Free

Toggle rwx for owner/group/other — get octal and symbolic chmod modes.

100% Secure
No Sign Up
Client-Side
Be the first to rate
Owner (u)
Group (g)
Other (o)

Mode

chmod
755

-rwxr-xr-x

Example: chmod 755 file

Embed This Tool

Easy to Embed

Add Chmod Calculator to your website or blog in seconds.

  • Responsive design
  • Lightweight & fast
  • No backend required
  • Always up-to-date
<iframe
  src="https://tools.town/embed/chmod-calculator/"
  width="100%"
  height="600"
  style="border:none; border-radius:12px;"
  loading="lazy"
  title="Chmod Calculator">
</iframe>

Share This Tool

Share Instantly

Share Chmod Calculator with anyone — no login required.

  • Shareable link
  • No login required
  • Works on any device
  • No account needed

Share via

Advertisement

How to Use

  1. 1 Toggle read/write/execute for owner, group, and other
  2. 2 Or type a 3-digit octal and click Apply
  3. 3 Copy the octal mode into chmod
  4. 4 Use presets 755 / 644 / 700 / 777

Features

  • Checkbox triads
  • Octal + symbolic output
  • Presets for common modes
  • Round-trip from octal
  • Client-side

Why it Matters

Hosting panels and SSH sessions still live on octal permissions. Building 755 from checkboxes beats memorizing bit math every time.

★★★★★

Build Unix file modes visually, or decode an octal string like 755 into rwx flags.

Frequently Asked Questions

What about sticky/setuid?
Not included — classic 3-digit ugo only.
Is 777 safe?
Almost never on shared hosts. Prefer 755 for dirs and 644 for files.
Windows?
This models Unix modes; NTFS ACLs differ.

Related Tools You Might Like

Browse more free tools