Changes

Jump to: navigation, search

Tutorial2: Unix / Linux File Management

15 bytes removed, 09:34, 11 January 2020
Part 1: Creating Directories
# Issue the following Linux command to create the '''acp100''' and '''xyz100''' directories: <span style="color:blue;font-weight:bold;font-family:courier;">mkdir acp100 xyz100</span><br><br>'''NOTE:''' You can create multiple directories by issuing the mkdir with multiple arguments.<br><br>
# Issue the following Linux command to confirm that those directories have been created: <span style="color:blue;font-weight:bold;font-family:courier;">ls -ld acp100 xyz100</span><br><br>
# We will now create the subdirectories that are contained in the '''uli101''' directory.<br>Issue the following Linux command to move to the '''uli101''''''Bold text''' directory: <span style="color:blue;font-weight:bold;font-family:courier;">cd uli101</span><br><br>
# Issue a command to confirm that your current location is in the uli101 directory.<br>You should know how to issue this command from a previous tutorial.<br><br>
# Issue the following Linux command to create the directories called '''notes''', '''tutorials''' and '''examples''': <span style="color:blue;font-weight:bold;font-family:courier;">mkdir notes tutorials examples</span><br><br>
13,420
edits

Navigation menu