You've already forked devops-exercises
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 -