Linux 101: Meet the Linux Shell
Your first hands-on session in a Linux terminal. Practice running commands, reading their output, using arguments and options, checking whether commands succeed or fail, and chaining commands together. No prior Linux experience is required.

This gym is for people who have never used a Linux terminal, or who have used one so rarely that every session feels like the first. It builds the basic muscle memory that every other command-line skill depends on.
The reps are short and repeatable. On the left you get a real Linux machine, on the right one small assignment at a time. Over four short modules you will:
- Talk to the machine. Type a command, press Enter, read the reply, and get used to the prompt-command-output cycle.
- Pass arguments and options. Tell a command what to work on and how to behave, using
seqanddateas practice examples. - Learn where commands come from. See the difference between executable programs stored on disk and shell builtins.
- Tell success from failure. Break commands on purpose, read the exit status, and chain commands with
&&,||, and;.
A session takes just a few minutes and is meant to be repeated over time until using these commands becomes muscle memory.
Train once, and this gym will be added to your Daily Practice. The reps return after 1, 3, 7, 14, and 30 days, until using the commands becomes muscle memory.
Practice in a real terminal
Work in an ordinary shell on a real Linux VM. Shell Gym watches what you do and completes each rep automatically as soon as you reach the goal.
Small reps, focused gyms
Each module groups a handful of short reps around one command or concept, so you can focus on one thing at a time and build the skill step by step.
Spaced repetition, built in
The gym comes back after 1, 3, 7, 14, 30 days, so you revisit the commands before they fade and gradually turn deliberate practice into muscle memory.
Built into Daily Practice
When a gym is due, it appears in your Daily Practice. Pause it when you need a break, or complete it once the skill has become second nature.
Every session on record
Each session records how long you practiced and how many reps you completed, so you can see your training history and progress right here.
Help when you get stuck
Open a hint or follow the live feedback Shell Gym gives you based on what it sees on the VM — just enough to get unstuck without giving away the answer.