Changes

Jump to: navigation, search

OPS705 Lab 2 (2227)

8 bytes added, 18:55, 20 September 2022
m
Part 4: Pathing Practice
Perform the following:
# Change to the examples directory in your recently-created directory structure: <code>cd tutorial3/practice/examples</code>
# Confirm you are located in the ''examples '' directory.# 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: <code>ls ../../../../../bin</code>
# Now issue the following Linux command using an absolute pathname: <code>ls /bin</code>
#* '''Which type of pathname would be the best to use in this situation?'''

Navigation menu