The Terminal — Free Quiz Course
Test your command line knowledge: navigating the filesystem, working with files, permissions, pipes and redirection, and processes.
5 chapters, 50 questions. Free, no signup. Progress is saved in your browser.
- Chapter 1: Navigation BasicsThe shell, moving around with cd and pwd, listing files with ls, absolute vs relative paths, and getting help with man.
- Chapter 2: Working with FilesCreating, copying, moving and deleting files and folders, viewing file contents with cat, less, and tail, and finding files.
- Chapter 3: Permissions & UsersReading rwx permission strings, chmod numeric and symbolic modes, chown, sudo, and why permission denied happens.
- Chapter 4: Pipes, Redirection & Textstdin, stdout and stderr, redirecting output with > and >>, chaining commands with pipes, and processing text with grep, sort, and uniq.
- Chapter 5: Processes & JobsListing processes with ps and top, killing processes, background jobs with & and bg/fg, nohup, and finding what uses a port.
Course completed
You finished every chapter — best score/.
How it works
Each chapter is a short quiz: one question at a time, with immediate feedback and an explanation after every answer. Wrong answers teach you as much as right ones.
Your progress is stored in your browser (localStorage), so you can leave and come back any time. Nothing leaves your machine, and there is no account or signup.
The questions are based on tutorials published on this site — every chapter links the related posts, and you can grab the free CLI Handbook to study the whole topic.