I kept googling "chmod 755 meaning" every few months because my brain refuses to store octal. So I built the thing I wanted: type a number, tick checkboxes, or paste -rwxr-xr-x — all three stay in sync, and you get the exact chmod command to copy. It also walks you through fixing the classic "permissions are too open" SSH/AWSpem key error (Windows icacls included). Free, no signup, no login wall. Just permissions, explained.
No reviews yetBe the first to leave a review for chmodtool.com
Maker
📌
Hey PH! 👋
This started as a personal itch: every time I set up an EC2 instance, SSH would yell "WARNING: UNPROTECTED PRIVATE KEY FILE" at me, and every time I'd end up on some 2012 forum thread trying to remember whether the fix was 400 or 600.
So I built chmodtool. It's deliberately boring, in a good way: a calculator that converts between octal (755), checkboxes, and symbolic notation (-rwxr-xr-x) in real time, plus step-by-step fix pages for the SSH/AWS .pem permission errors — including the Windows icacls commands nobody ever writes down.
A few things I learned along the way: 777 is the duct tape of Unix (it "works" until it really doesn't), and half of all permission problems are just people copy-pasting commands they don't trust. That's why every result comes with a plain-English explanation, not just a number.
No signup, no paywall, works on mobile. Tell me which permission headache I should cover next — chown? umask? I'm listening.