About this quiz
Most people meet the Linux terminal the same way: a tutorial says to type something, they type it, and it works — but they could not say afterwards what the command actually did. That gap is what this quiz targets. The ten questions walk through the small set of commands that make up most real terminal sessions: finding where you are with pwd, seeing what is around you with ls, moving with cd, and copying, moving, and deleting files with cp, mv, and rm.
A useful habit the questions keep returning to: before running a command, know whether it only reads the system or actually changes it. ls, pwd, and grep are safe to experiment with all day. mv and especially rm -r change things permanently, and the terminal has no undo button or recycle bin. If you can sort commands into those two buckets, you can explore confidently without fear of breaking your machine.
Score below what you hoped? That is what the explanations are for — each one tells you not just the right answer but what the command would have done. Ten minutes of reading them is a faster education than most first weeks of trial and error.
Before you start
Beginners using a Linux terminal
10 explanation-backed questions in about 11 minutes.
A small map of the test
- 1Navigation and listings
- 2Copying, moving, and deleting
- 3Searching text
- 4Permissions
- 5Processes and documentation
Who this quiz is for
- Beginners using a Linux terminal
- Developers reviewing everyday GNU/Linux commands and safe file operations
Ideas this quiz checks
Working directory
The directory relative paths are resolved from.
Standard output
The normal stream where command results are written.
Permissions
Read, write, and execute or search access for owner, group, and others.
How to read your score
-
80–100%
Strong command
You understand most of the core ideas and can use the explanations to polish smaller gaps.
-
50–79%
Solid base
You know part of the topic, but the missed explanations are the highest-value review material.
-
0–49%
Review first
Treat this as a starting map: revisit the key concepts, then retake the quiz for a cleaner signal.
Recommended next steps
- Practice navigation and file operations in a disposable directory
- Read the manual before using recursive or privileged commands
- Predict a pipeline's input and output before running it
Sources and further reading
- GNU Coreutils Manual GNU Project, Free Software Foundation · Accessed August 2, 2026
- Linux manual pages man7.org Linux man-pages project · Accessed August 2, 2026
- grep manual page man7.org · Accessed August 2, 2026
Instructions
- You have 11 minutes total to answer 10 multiple-choice questions.
- Choose an answer to lock it in. The runner immediately shows the correct answer and explanation.
- Use Hint when you want a nudge, or Skip to move forward without answering.
- Keyboard shortcuts: A-D answer, H hints, S skips, Enter/→ next, and ← previous.
- No signup required. Your progress is local to this quiz session.