Homework

To Oz? To Oz!

Getting Started

  1. In the sei/tmp-homework directory you created in today's lab, create a file named solutions.txt.

  2. Follow the steps below. Write down the terminal commands you used in solutions.txt.


No place like home

  1. Create directory "House"

  2. Add files: "Dorothy" and "Toto" to "House"

  3. Create directory "Oz"

  4. Add files for the 4 Witches to "Oz":

  • Good Witch of the North

  • Wicked Witch of the East

  • Good Witch of the South

  • Wicked Witch of the West


Ding! Dong! The Witch is Dead

  1. Delete: "Wicked Witch of the East"

  2. Move "Dorothy" from "House" to "Oz"


Follow the Yellow Brick Road

  1. Add file for "Scarecrow"

  2. Add file for "Tin Man"

  3. Add file for "Cowardly Lion"

  4. Create directory "Emerald City"

  5. Move 'the gang' to "Emerald City"


You Must Kill the Witch

  1. Add "Flying Monkeys" to "Oz"

  2. Remove "Wicked Witch of the West"

  3. Give the gifts*

  • Give Scarecrow a diploma

  • Give Tin Man a heart shaped watch

  • Give Lion a medal

*: to give gifts, you can use the following command:

echo "a diploma" >> "Emerald City"/Scarecrow

"I hereby confer upon you the honorary degree of TH.D."

Last updated