Level 1
0 / 100 XP

Welcome

123456

In this short lab you'll practice the two commands you use constantly in Linux: pwd (print working directory — where am I?) and cd (change directory — move somewhere else).

You'll:

  1. Find out where you are with pwd
  2. Look around with ls -la
  3. Build a folder with mkdir
  4. Move into it with cd, then confirm with pwd
  5. Go back up with cd ..

Work through the steps in the terminal on the right. Each step checks itself once you run the right command.

Restoring lab progress…