"II. Directory Tree - tree command
1. View Different Directory Structures
# tree / | more
"Execute this command to browse through the directory structure
of the whole OS. Typically it doesn’t make sense to do tree
on the root directory structure, unless you are in a learning mode
and would like to understand the directory hierarchy of the
Linux.
# tree $HOME
"Use this to cross-verify the home directory structure
content.