Mission 80

Service list

List simulated units and check nginx activity.

Server operations
7 minutes Admin Lesson 80 of 360
systemctl
Lesson 80 of 360 0/360 lessons 0/17 missions Server operations · 7 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 7 minutes

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

List units

Run systemctl list-units.

systemctl list-units
Check nginx

Run systemctl status nginx.

systemctl status nginx
Check active state

Run systemctl is-active nginx.

systemctl is-active nginx
Lesson support

What to notice while you play.

Objective

Use service inspection without starting or stopping anything.

Hint

Run list-units before checking nginx.

Why it matters

Read-only inspection is the safe first step in operations.

Common mistakes
  • Restarting before reading status.
  • Checking the wrong service name.
Reference

Commands in this lesson.

systemctl status <service>

Inspect simulated service status.