Changes

Jump to: navigation, search

Tutorial2: Unix / Linux File Management

232 bytes added, 11:50, 7 January 2020
Part 1: Creating Directories
# Issue Linux commands to move to your home directory and confirm that your current directory is your home directory. You should know how to do this...<br><br>
# Issue the following single Linux command to create the entire directory structure:<br><span style="color:blue;font-weight:bold;font-family:courier;">mkdir -p uli101/notes uli101/tutorials uli101/examples acp100 xyz100</span><br><br>'''NOTE:''' The '''-p''' option allows "parent" directories to be automatically created first to then create their subdirectories.<br><br>
# Issue the following Linux command (including the '''-R''' option) to confirm that all of the directories have been created:<span style="color:blue;font-weight:bold;font-family:courier;">ls -ldR uli101 apc100 xyz100</span><br><br>
===Part 2: Navigating / Listing Directories ===
13,420
edits

Navigation menu