Learn › Linux Foundations › Time
time - a hands-on Linux lab on a real virtual machine.
The Time module capstone mission. Drill time, watch, sleep, yes, and seq in one hands-on operation on a real Linux VM. Mission mode: no commands shown, recall required.
You have finished the Time module. Five tools are yours now. time clips a stopwatch onto any command and reads back how long it took. watch turns a one-shot command into a live readout that refreshes on its own. sleep pauses the shell for an exact stretch. yes feeds an endless stream of one line. seq prints a run of numbers to order.
This is the final run. One real machine, five objectives, and every one of them uses a tool you already trained. Nothing new is introduced here.
This is mission mode. No commands are shown. You read the objective, recall the tool, and type it. That recall is the whole point: it is how these five moves become instinct. Progress checks itself as you go, and a signal is one click away if you get stuck.
One quick rep in the practice terminal before the real machine boots. Same rules as the mission: the goal is stated, the command is not. If this comes back instantly, you are ready.
You need the first three counts of a launch sequence: the numbers one, two, three, each on its own line. Reach for the counting tool and ask it to count to three.
prompt: student@linuxcamp:~$ answer: seq 3 output: 1 2 3 hint: The counting tool, short for sequence, with a single number for where to stop: seq 3
That move came from memory, not from a copy button. Good. The mission asks for that same recall five more times.
Boot the machine below and take the console. Five objectives: put a stopwatch on a real job, stand up a live readout that refreshes on its own, hold the count for an exact pause, feed an endless stream of confirmations, and generate the launch sequence. No commands shown, progress checks itself as you type.
Practice Mission Control: Operation Stopwatch in a real Linux terminal at The Linux Camp. Progress is verified automatically as you type commands on the machine.