Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 954 Bytes

Task.md

File metadata and controls

26 lines (20 loc) · 954 Bytes

Relive the play!

Using the Command Line Cheat Sheet to the following steps in the story

  1. Open a terminal to your remote server
  2. Confirm that you are the user known as 'ubuntu'
  3. Establish that you are in the home directory of the ubuntu user
  4. List the contents of that directory
  5. Navigate into the top secret directory
  6. List the contents of that directory
  7. View the contents of "plan.txt"
  8. Note the code words!
  9. Delete the file named "plan.txt"
  10. Create a directory named "plan.txt"
  11. Copy the file named "important.txt" into the new directory named "plan.txt"
  12. Delete the original file named "important.txt"

For bonus points!

  1. Try to delete the directory you have just made
  2. Work out why you can't, and then take the steps required to delete it
  3. Return to the home directory

Finally

  1. Exit your ssh session