dirPathPerms

Open Source
Quick Description
dirPathPerms is a small command line utility for quickly answering a common but fiddly question: does this path have the permissions I expect? Point it at a directory or file and it reports read, write, and execute access broken out clearly for owner, group, and other.
It's the kind of tool that saves time during debugging and system administration. When a script fails with a permission error, or you're hardening a server and want to confirm a path isn't world writable, dirPathPerms gives you an at a glance answer instead of parsing `ls -l` output in your head.