Mission 340

Server operations bridge

Checkpoint unit, journal, process, and storage evidence.

Server operations
8 minutes Capstone Lesson 340 of 360
systemctljournalctltopdf
Lesson 340 of 360 0/360 lessons 0/17 missions Server operations · 8 minutes
0%
Continue View profile
Ops lab terminal Training lab
New learnerrank 0XP 0%complete
learner@clairos:/home/learner $ Unix ops lab: type a command, press Enter
Instructions 8 minutes

Click any instruction for the command details, the why, and the common mistake to avoid.

Read the unit definition

Run systemctl cat nginx.

systemctl cat nginx
Read recent service logs

Run journalctl -u nginx -n 2.

journalctl -u nginx -n 2
Read the process snapshot

Run top.

top
Read filesystem capacity

Run df -h.

df -h
Lesson support

What to notice while you play.

Objective

Build repeatable confidence with building an operator baseline before intervention.

Hint

Start with systemctl cat nginx, inspect the result, then continue in order.

Why it matters

Building an operator baseline before intervention helps operators explain what they know before they change anything.

Common mistakes
  • Skipping the output that proves building an operator baseline before intervention.
  • Changing several things before recording a baseline.
Reference

Commands in this lesson.

top|pgrep|kill

Inspect simulated process health and signals.

systemctl status <service>

Inspect simulated service status.

journalctl -u <service>

Read simulated service journal entries.

df|du|free|uptime

Inspect training resource and system health.