Understand where commands are running before changing anything.
Mission 01
Navigation
Map the fake server, learn where you are, and move through directories.
Terminal basics
0/25 lessons
0/7 missions
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.
Start with pwd, then compare ls with ls /.
Good operators orient themselves before they edit, delete, or restart anything.
- 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.