Changes

Jump to: navigation, search
INVESTIGATION 1: ABSOLUTE / RELATIVE / RELATIVE-TO-HOME PATHNAMES
# Issue a Linux command to change to the '''examples''' directory in your recently-created directory structure.<br><br>
# Issue a Linux command to confirm you are located in the ''examples'' directory.<br><br>
# Remembering that we are located in the '''examples''' directory, issue the following Linux command using a '''relative ''' pathname to display files in the /bin directory: <span style="color:blue;font-weight:bold;font-family:courier;">ls../../../../../bin</span><br><br># Now issue the following Linux command using an '''absolute''' pathname: <span style="color:blue;font-weight:bold;font-family:courier;">ls /bin</span><br><br>Which type of pathname would be the best to use in this situation?<br><br># x
=INVESTIGATION 2: FILENAME EXPANSION=
13,420
edits

Navigation menu