Run systemctl status nginx.
systemctl status nginx
Compare simulated service status and journal output before taking action.
Server operationssystemctljournalctltail
Click any instruction for the command details, the why, and the common mistake to avoid.
Run systemctl status nginx.
systemctl status nginx
Run journalctl -u nginx.
journalctl -u nginx
Run tail -n 2 /var/log/nginx-error.log.
tail -n 2 /var/log/nginx-error.log
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.
Read service status and matching logs together.
Check nginx status, then journalctl -u nginx.
Service triage is a habit of status plus evidence.
systemctl status <service>
Inspect simulated service status.
journalctl -u <service>
Read simulated service journal entries.