mirror of
https://github.com/bregman-arie/devops-exercises.git
synced 2026-02-04 23:59:11 +00:00
371 B
371 B
Navigation
Requirements
- Linux :)
Objectives
- Change directory to
/tmp - Move to parent directory
- Change directory to home directory
- Move to parent directory
- Move again to parent directory
- Where are you at? Verify with a command
- Change to last visited directory
Solution
cd /tmp
cd ..
cd ~
cd ..
cd ..
# root (/)
pwd
cd -