Learn › Linux Foundations › Navigation
cd - a hands-on Linux lab on a real virtual machine.
The Navigation module capstone mission. Drill pwd, ls, cd (absolute, relative, up, and the bare jump home), tree, and Tab completion in one hands-on sweep on a real Linux VM. Mission mode: no commands shown, recall required.
You have finished the Navigation module. Every command you need is already yours. pwd finds your position, ls looks around, and cd moves you: absolute, relative, up a level, or the bare jump home. tree gives the aerial view, and Tab completes a path without typing it all.
This is the final run. One real machine, eight objectives, and every one of them uses a skill you already trained. Nothing new is introduced here.
This is mission mode. No commands are shown. You read the objective, recall the move, and type it. That recall is the whole point: it is how navigation becomes muscle memory. Progress checks itself as you go, and a signal is one click away if you get stuck.
Two quick reps in the practice terminal before the real machine boots. Same rules as the mission: the goal is stated, the command is not. If these come back instantly, you are ready.
First rep. You are standing in your home directory. Print your exact position, the full path, nothing else.
prompt: student@linuxcamp:~$ answer: pwd output: /home/student hint: The print-working-directory command. Three letters, no arguments.
Second rep. Still standing at home. List what is inside the recon-base folder, the same tree you will sweep on the live machine.
answer: ls ~/recon-base ||| ls ~/recon-base/ ||| ls recon-base ||| ls recon-base/ ||| ls /home/student/recon-base ||| ls /home/student/recon-base/ prompt: student@linuxcamp:~$ output: broken-link comms documents intel latest-briefing logs ops hint: The two-letter listing command, pointed at the recon-base folder. Any path form you learned works.
Both moves came from memory, not from a copy button. That is exactly what the mission demands, six more times over. You will move by full address and by relative hop, pop up a level, map a subtree, let Tab finish your paths, and jump home with a bare cd.
Boot the machine below and take the sweep. Eight objectives, no commands shown, progress checks itself as you type.
Practice Recon Base: Navigation Sweep in a real Linux terminal at The Linux Camp. Progress is verified automatically as you type commands on the machine.