13
edits
Changes
→Automating Routine Tasks (Shell Scripting)
# Date: *** CURRENT DATE ***<br>
<br>
if [ $HOME != "/root" ] # only runs if logged in as root<br>
then<br> echo "You must be logged in as root." >&2<br>
exit 1<br>
'''Answer Investigation 3 observations / questions in your lab log book.'''
= LAB 3 SIGN-OFF (SHOW INSTRUCTOR) =