Level 2 review
⏱ Est. ~5 min
01 · Read
You finished Level 2! Let's review everything you've learned about file operations in the terminal. This review tests your memory of every command — matching, typing, and categorizing.
💡 Picture thisThink of this as the final walkthrough of your new workshop. You already know where every tool is and what each one does. Now let's confirm you can grab the right one without hesitation.
Key points
- You learned 10+ commands: pwd, ls, cd, mkdir, touch, rm, cp, mv, plus their flags
- Navigation: moving between folders, going home, going up
- File operations: create, copy, move, rename, delete
02 · Match
Match each terminal command with what it does.
(This section is interactive — please enable JavaScript.)
03 · Quiz
You're in /home/user/projects/website and want to get to /home/user/projects/api. What's the shortest command?
- cd /home/user/projects/api
- cd api
- cd ~/api
- cd ../api
04 · Fill in the blank
The ~ symbol is shorthand for your ___ directory.
05 · Drag to sort
Sort each command: does it navigate, create, or destroy?
(This section is interactive — please enable JavaScript.)
06 · Quiz
What's the difference between cp and mv?
- cp makes a duplicate, mv relocates the original (nothing left at the source)
- cp is faster than mv
- mv only works on folders
- There's no difference
Other lessons in this chapter
⚠ The full interactive experience needs JavaScript. Please enable it and reload.
※ This is an independent Traditional Chinese teaching project — not an official Anthropic product. Claude™ is a trademark of Anthropic, PBC.