Changes

Jump to: navigation, search

Tutorial2: Unix / Linux File Management

57 bytes added, 10:17, 12 January 2021
Part 1: Creating Directories
# Issue a Linux command to confirm that your current location is in the ''uli101xx'' 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''':<br><span style="color:blue;font-weight:bold;font-family:courier;">mkdir notes tutorials examples</span><br><br>
# Issue a Linux command to confirm that those directories have been created<br>(you should already know how to do this).<br><br>There are better ways to create the same directory structure without using the '''cd''' command.<br><br>Using Issuing the '''cd''' command '''<u>prior </u>''' to issuing other commands tend indicates to show others that you are a novice or "'''newbie'''".<br>You can also actually '''lose marks''' on quizzes or examples if you issue multiple Linux commands to performed tasks that can be performed<br>using a single Linux command with '''pathnames'''.<br><br>
# Issue the following Linux command to return to your home directory: <span style="color:blue;font-weight:bold;font-family:courier;">cd</span><br><br>
# Issue a Linux command to confirm that you are now located in your home directory.<br><br>Although we will teach you how to '''remove''' directories and their contents in another section,<br>let's remove the created directory structure' and '''recreate''' the same directory structure<br>using just <u>one</u> command using pathnames.<br><br>
13,420
edits

Navigation menu