#linux-directory-help
dirhelp - a command line tool to give information about the linux directory structures (FHS)
Installing with Installer:
wget -qO - https://github.com/giodamelio/linux-directory-help/raw/master/installer.sh | /bin/bash
Installing Manually
- Grab the appropriate binary for your system:
- Copy it somewhere in your PATH environment variable, /usr/local/bin is a good place.
- Rename it to something easy to type like "dirhelp".
- Make it executable "chmod 755 (filename)".
Usage
- run "dirhelp" in some typical directories like "/", "/media", "/var/log"
- run "dirhelp [path]" to get help on a specific path
- run "dirhelp -a" to see all the help strings