Open main menu

CDOT Wiki β

Changes

Tutorial2: Unix / Linux File Management

421 bytes added, 11:28, 7 January 2020
Part 1: Creating / Removing 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
===Part 2: Navigating / Listing Directories ===
13,420
edits