Practice next
Read the concept, then use a quiz, builder or checklist to make it stick.
Quick reference
| Area | Commands or meaning |
|---|---|
| Navigation | pwd, ls, cd, tree |
| Files | cp, mv, rm, mkdir, touch |
| Viewing | cat, less, head, tail |
| Search | grep, find, locate |
| Permissions | chmod, chown, stat |
| Processes | ps, top, kill, systemctl |
| Storage | df, du, lsblk, mount |
| Network | ip, ss, curl, dig |
How to use it
Do not memorise every flag. Memorise the situation, the first command to run, and how to check whether the output makes sense.
Practice prompt
Pick three entries from the table and create a tiny lab. For example, make test files, search them, change permissions, and explain what changed.
