Changes

Jump to: navigation, search

Tutorial2: Unix / Linux File Management

920 bytes added, 11:16, 7 January 2020
INVESTIGATION 1: MANAGING DIRECTORIES
# Issue the following Linux command:<span style="color:blue;font-weight:bold">ls -d -l uli101</span><br><br>How can you confirm from the output of this command that the file uli101 is a directory?<br><br>
# Issue the following Linux command:<span style="color:blue;font-weight:bold">ls -ld uli101</span><br><br>Is the output from this command the same was the output from the previous command? If so, what does this say about how to use multiple options for Linux commands?<br><br>
# Issue the following Linux command to create the apc100 and xyz100 directories:<span style="color:blue;font-weight:bold">mkdir apc100 xyz100</span><br><br>'''NOTE:''' You should now notice that 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">ls -ld apc100 xyz100</span><br><br># We will now create the subdirectories that are contained in the '''uli101''' directory. Issue the following Linux command to move to the uli101 directory: <span style="color:blue;font-weight:bold">cd uli101</span><br><br># Issue a command to confirm that your current location is in the uli101 directory. 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">mkdir notes tutorials examples</span><br><br>  to confirm that those directories have been created: <span style="color:blue;font-weight:bold">ls -ld apc100 xyz100</span><br><br>   
===Part 2: Navigating / Listing Directories ===
13,420
edits

Navigation menu