Join Nostr
2025-01-05 18:40:57 UTC

Michael Boelen on Nostr: Added a whole bunch of descriptions from the queued list of #linux commands. The list ...

Added a whole bunch of descriptions from the queued list of #linux commands.

The list is growing quickly, now passed the 200!

https://linux-audit.com/system-administration/commands/

I enjoy researching these commands, as there are some golden nuggets in them. Example: you have a problem with file permissions, but don't know where in the path structure it happens. Go to a directory, then run: namei -l $(pwd)

This shows you from the root up to your directory the permissions. Awesome!