devops-exercises/topics/linux/exercises/navigation/README.md
abregman e6a80309e0 Add Terraform and Linux questions and exercises
Also updated the script that counts questions to actually update
the number in README.md
2022-10-30 22:08:05 +02:00

19 lines
359 B
Markdown

# Navigation
## Requirements
1. Linux :)
## Objectives
1. Change directory to `/tmp`
2. Move to parent directory
3. Change directory to home directory
4. Move to parent directory
5. Move again to parent directory
1. Where are you at? Verify with a command
6. Change to last visited directory
## Solution
Click [here](solution.md) to view the solution