Mission 19

Server admin

Inspect fake processes, services, and web server config like a cautious admin.

Server operations
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

Inspect a fake service and its web config.

Hint

Use ps first, then systemctl status nginx.

Why it matters

Inspection prevents blind service changes.

Common mistakes
  • Restarting before reading status.
  • Reading config without checking service state.
Reference

Commands in this lesson.

cat <file>

Print text file contents.

grep [-i] <text> <file>

Find literal text inside a file.

ps

Show fake server processes.

systemctl status <service>

Inspect fake service status.