13,420
edits
Changes
→INVESTIGATION 1: MANAGING DIRECTORIES
<br>
In this investigation, you will learn to manage directories including their '''creation''', '''navigation''', '''listing contents''' and '''removal'''.
'''Directory File Naming Rules'''
Unix/Linux is case sensitive!
Adopt a consistent file naming scheme – this will help you find your files later
Make your file and directory names meaningful
Avoid non alphanumeric characters, as they may have a special meaning to the system that will make your work more difficult
Avoid using spaces in file names – consider periods, hyphens, and underscores instead
Feel free to use file name extensions to describe a file's purpose
A '''path''', the general
===Part 1: Creating Directories ===