Mission 01

Navigation

Map the fake server, learn where you are, and move through directories.

Terminal basics
0/25 lessons 0/7 missions
Ops lab terminal Browser only
New learnerrank 0XP 0%complete
learner@clairos:/home/learner $ Unix ops lab: type a command, press Enter
Lesson support

What to notice while you play.

Objective

Understand where commands are running before changing anything.

Hint

Start with pwd, then compare ls with ls /.

Why it matters

Good operators orient themselves before they edit, delete, or restart anything.

Common mistakes
  • Confusing /home/learner with the server root.
  • Assuming relative paths start at /.
Reference

Commands in this lesson.

pwd

Print the current working directory.

ls [-la] [path]

List fake files and folders.

cd [path]

Change directories inside the fake filesystem.

cat <file>

Print text file contents.