12/08/2021 18:12 | Category: linux

Tags: shellubuntu

chmod calculator

When working on our home server I ran into the need for a chmod conversion to get the permissions that I wanted squared away. This was somewhat annoying having to work through stat and some ls -l/ls -aL nonsense to check permissions in the -rw-rw-rw- format.

To combat this I found chmod-calculator, which gives a quick GUI and the linux permission output.

Example screenshot: Screenshot of the Chmod Calculator GUI