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:
- Find out where you are with
pwd - Look around with
ls -la - Build a folder with
mkdir - Move into it with
cd, then confirm withpwd - 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…