Mission 329

Nano recovery note

Write a rollback-oriented note and verify every required field.

Nano and editing
8 minutes Admin Lesson 329 of 360
nanogrepstat
Lesson 329 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.

Write the recovery note

Run nano lab/recovery-note.txt. Type exactly: before=443, change=8443, rollback=443 on separate lines, then save with Ctrl+O.

nano lab/recovery-note.txt
Verify the rollback line

Run grep rollback lab/recovery-note.txt.

grep rollback lab/recovery-note.txt
Inspect the saved file

Run stat lab/recovery-note.txt.

stat lab/recovery-note.txt
Lesson support

What to notice while you play.

Objective

Build repeatable confidence with recording recovery steps before an operational change.

Hint

Enter the requested before, change, and rollback lines; save once, then inspect.

Why it matters

Recording recovery steps before an operational change helps operators explain what they know before they change anything.

Common mistakes
  • Skipping the output that proves recording recovery steps before an operational change.
  • Changing several things before recording a baseline.
Reference

Commands in this lesson.

nano <file>

Open a simulated nano editor.

grep [-i] <text> <file>

Find literal text inside a file.

stat <path>

Show lab file details.