Read service status and matching logs together.
Mission 20
Service inspection
Compare fake service status and journal output before taking action.
Server operations
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.
Check nginx status, then journalctl -u nginx.
Service triage is a habit of status plus evidence.
- Only checking process lists.
- Ignoring service-specific logs.
Reference
Commands in this lesson.
systemctl status <service>
Inspect fake service status.
journalctl -u <service>
Read fake service journal entries.