Mission 14

Editing config notes

Copy a system config into your lab, edit it safely, and compare the result.

Nano and editing
0/25 lessons 0/7 missions
Ops lab terminal Browser only
New learnerrank 0XP 0%complete
learner@clairos:/home/learner $ Unix ops lab: type a command, press Enter
Lesson support

What to notice while you play.

Objective

Practice editing a copy instead of touching protected system config.

Hint

Copy /etc/nginx/sites-available/learn.conf into lab first.

Why it matters

Change control starts with preserving the original.

Common mistakes
  • Editing production config first.
  • Skipping verification after a config edit.
Reference

Commands in this lesson.

nano <file>

Open a browser-only fake nano editor.

cat <file>

Print text file contents.

grep [-i] <text> <file>

Find literal text inside a file.

cp <src> <dst>

Copy a file.