tree and pstree: Visualize Unix Processes and Directories in Hierarchical Structure
Mar 24, 2009, 09:02 (0 Talkback[s])
"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.
"# tree PROJECT-DIR
"Checking the directory structure of a project."
Complete Story
Related Stories: