S
SnapUtilsPro
Generators

Chmod Calculator

Toggle read/write/execute for owner, group, and others (plus setuid/setgid/sticky) to see octal and symbolic Unix modes instantly. Copy a ready chmod command without changing any files on your machine.

Runs entirely in your browser. Your data never leaves this device.

  • Visual rwx toggles
  • Octal output
  • Symbolic mode
  • chmod command copy
  • Special bits
Workspace
Client-side · No upload

How it works

  1. Check read/write/execute for owner, group, and others (plus special bits).
  2. See octal (e.g. 755) and symbolic (e.g. u=rwx,g=rx,o=rx) forms update live.
  3. Copy the chmod command for your terminal.

Key features

  • Visual rwx toggles
  • Octal output
  • Symbolic mode
  • chmod command copy
  • Special bits

FAQ

What is 755 vs 644?

755 is common for executables/dirs (rwxr-xr-x); 644 for files (rw-r--r--).

Sticky/setuid bits?

Optional special bits are included for advanced use — understand them before applying.

Does this change my files?

No — it only calculates commands. You run chmod locally.

Windows?

chmod applies on Unix-like systems and WSL; NTFS ACLs differ.

Related developer tools