Run systemctl status nginx.
systemctl status nginx
Compare status, active state, and journal evidence for one service.
Server operationssystemctljournalctl
Click any instruction for the command details, the why, and the common mistake to avoid.
Run systemctl status nginx.
systemctl status nginx
Run systemctl is-active nginx.
systemctl is-active nginx
Run journalctl -u nginx -n 2.
journalctl -u nginx -n 2
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 confirming service health with three independent signals.
Start with systemctl status nginx, inspect the result, then continue in order.
Confirming service health with three independent signals 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.