Mission 65

Nano service notes

Write service review notes and compare them with service status.

Nano and editing
8 minutes Admin Lesson 65 of 360
nanosystemctlcat
Lesson 65 of 360 0/360 lessons 0/17 missions Nano and editing · 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.

Edit service note

Run nano lab/service-review.txt.

nano lab/service-review.txt
Check nginx

Run systemctl status nginx.

systemctl status nginx
Read service note

Run cat lab/service-review.txt.

cat lab/service-review.txt
Lesson support

What to notice while you play.

Objective

Pair a written note with service inspection.

Hint

Open nano, inspect nginx, then read your note.

Why it matters

Operational notes help teams understand what was checked.

Common mistakes
  • Writing conclusions before inspecting status.
  • Forgetting which service was reviewed.
Reference

Commands in this lesson.

nano <file>

Open a simulated nano editor.

cat <file>

Print text file contents.

systemctl status <service>

Inspect simulated service status.