13,420
edits
Changes
→INVESTIGATION 1: MANAGING DIRECTORIES
# 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>
# Issue a Linux command to confirm that those directories have been created. You should know how to do this...<br><br>
#This technique is considered to be '''inefficient'''... There are options and ways to create the same directory structure without using the cd command and only issue a single Linux command.<br><br>Using this old inefficient method tends to show that you are a novice or "'''newbie'''", and you may '''lose marks ''' if you issue multiple Linux commands to performed tasks that can be performed using only a single Linux command.<br><br>
# x