13,420
edits
Changes
no edit summary
|}
===Unix / Linux File Management Directory Concepts===
[[Image:directory-structure-1.png|thumb|right|350px|In Unix / Linux (as opposed to MS Windows), there are no drive letters (such as '''C:''', or '''D:''').<br> All files and directories appear under a single ancestor directory called "the '''root''' directory". ]]
In the Linux (Unix) OS, the "'''root directory'''" / is the starting directory, and other "child directories", "grandchild directories", etc. are created
The hierarchical structure resembles an "upside- down tree". There is actually a command called tree that can display a "tree diagram"!
=== Directory Pathnames ===
=INVESTIGATION 1: MANAGING DIRECTORIES=