Run systemctl status nginx.
systemctl status nginx
Correlate service, config, journal, listener, and capacity evidence for an outage.
Capstone labssystemctlnginxjournalctlssdf
Click any instruction for the command details, the why, and the common mistake to avoid.
Run systemctl status nginx.
systemctl status nginx
Run nginx -t.
nginx -t
Run journalctl -u nginx -n 2.
journalctl -u nginx -n 2
Run ss -tulpn.
ss -tulpn
Run df -h.
df -h
Create a free account to sync completed lessons, XP, streaks, course status, and your next lesson across sessions.
Checking account status...
Progress sync is idle.
Progress sync stores completion IDs, scores, streaks, badges, and game settings. Terminal contents, editor snippets, lab scratch, email, and real names are never published on leaderboards or share cards.
Build repeatable confidence with running an end-to-end outage investigation.
Start with systemctl status nginx, inspect the result, then continue in order.
Running an end-to-end outage investigation helps operators explain what they know before they change anything.
systemctl status <service>
Inspect simulated service status.
journalctl -u <service>
Read simulated service journal entries.
nginx -t
Validate training nginx configuration.
ss|ip
Inspect simulated sockets and addresses.
ssh|scp|ssh-keygen
Practice SSH inspection and dry-run transfer shapes without network access.
df|du|free|uptime
Inspect training resource and system health.