Using the Command Line Cheat Sheet to the following steps in the story
- Open a terminal to your remote server
- Confirm that you are the user known as 'ubuntu'
- Establish that you are in the home directory of the ubuntu user
- List the contents of that directory
- Navigate into the top secret directory
- List the contents of that directory
- View the contents of "plan.txt"
- Note the code words!
- Delete the file named "plan.txt"
- Create a directory named "plan.txt"
- Copy the file named "important.txt" into the new directory named "plan.txt"
- Delete the original file named "important.txt"
- Try to delete the directory you have just made
- Work out why you can't, and then take the steps required to delete it
- Return to the home directory
- Exit your
ssh
session