Inspect a fake service and its web config.
Mission 19
Server admin
Inspect fake processes, services, and web server config like a cautious admin.
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.
Use ps first, then systemctl status nginx.
Inspection prevents blind service changes.
- 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.