Open main menu

CDOT Wiki β

Changes

OPS705 Lab 2 (2227)

471 bytes added, 18:38, 20 September 2022
m
Part 3: Using Relative Pathnames
Since the current directory location was your home directory, then it makes sense to use relative or relative-to-home pathnames. On the other hand, what if we changed the location to a different directory?
 
'''Let's run a checking script to confirm that you have correctly removed all of those directories:'''
# Make certain that your current directory is your home directory.
# Issue the <code>tree</code> command to confirm that all of those recently created directories have been removed.
# Run the checking script for Part 3: <code>labcheck2.4.sh</code>
 
If you encounter errors, make corrections and re-run the checking script until you receive a congratulations message.
== Part 4: Pathing Practice ==