1,576
edits
Changes
m
→Linux Directories
In the Linux OS, the '''root directory''' / is the starting directory, and other ''child directories'', ''grandchild directories'', etc. can be created as required. This hierarchical structure resembles an "''upside-down tree''". There is actually a command called <code>tree</code> that displays a '''directory tree diagram'''!
* '''NOTE''': To install the ''tree'' command: <code>sudo yum install tree</code>
=== Directory Pathnames ===