Edit a fake file, save it, and verify the saved content.
Mission 13
Editing with nano
Open a fake nano editor, save a text file, and verify your change.
Nano and editing
0/25 lessons
0/7 missions
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.
The nano panel is fake, but the save writes to local browser state.
Reading back changes is a simple habit that prevents confusion.
- Forgetting to save before closing.
- Editing a path whose parent folder does not exist.
Reference
Commands in this lesson.
nano <file>
Open a browser-only fake nano editor.
cat <file>
Print text file contents.
stat <path>
Show fake file details.