Build Unix file modes visually, or decode an octal string like 755 into rwx flags.
Chmod Calculator
100% FreeToggle rwx for owner/group/other — get octal and symbolic chmod modes.
Mode
-rwxr-xr-x
Example: chmod 755 file
Embed This Tool
Easy to EmbedAdd 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> Advertisement
How to Use
- 1 Toggle read/write/execute for owner, group, and other
- 2 Or type a 3-digit octal and click Apply
- 3 Copy the octal mode into chmod
- 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.
Frequently Asked Questions
What about sticky/setuid?
Is 777 safe?
Windows?
Want to understand the math?
Chmod 755 vs 644: Which Permissions and When
755 for directories and executables, 644 for regular files — why those defaults exist, what each digit means, when 700/600 is safer, and why 777 is almost always wrong.
16 Aug 2026
5 min read
Fix WordPress File Permissions After a Migration
Restore safe 755/644 permissions on a WordPress site after a migration or a botched 777 fix — without breaking uploads or updates.
16 Aug 2026
5 min read
WordPress.org Ops — Plugin Intel, Core Version, PHP & Salts
Tools.town cluster for public WordPress.org jobs: plugin health and activity, 30-day downloads, core version, PHP serve-happy, and live wp-config salts. No site scanning.
24 Aug 2026
5 min read
Related Tools You Might Like
Subnet Calculator
IPv4 CIDR calculator — network, broadcast, mask, hosts, and wildcard.
WordPress Plugin Analyzer
Look up a WordPress.org plugin — health score, activity, installs bucket, and 30-day downloads.
HTPasswd Generator
Generate .htpasswd entries for Apache and Nginx HTTP Basic Auth using the portable APR1 (Apache MD5) or SHA-1 algorithm — hashed entirely in your browser.
Color Picker
Native color picker with HEX/RGB/HSL output and recent-colors history. Click the swatch or type a hex — values update instantly.
Cron Expression Parser
Translate 5-field POSIX cron expressions into plain English with field breakdown and the next 5 scheduled runs.