30 progressive missions. You write real commands. The system validates every step. Nothing to install, no risk of breaking your machine.
# Mission 3: Read the first 10 lines of /etc/passwd
$ head -n 10 /etc/passwd
root:x:0:0:root:/root:/bin/bash
daemon:x:1:1:daemon:/usr/sbin:/usr/sbin/nologin
bin:x:2:2:bin:/bin:/usr/sbin/nologin
...✓ Correct! +15 XP
→ Next: Mission 4 — Find lines containing "error"
Each mission is a real problem: "find the file", "read the first N lines", "search for this pattern".
In the terminal-style editor. Nothing to install, no special permissions, no risk.
The system verifies you used the right command with the expected flags. If you fail, contextual hint.
30 missions in 3 levels: Beginner → Intermediate → Advanced. Points and progress system.
pwd, ls, cat, find, grep, head, tail, chmod, mv, wc
Free
Processes, permissions, systemd, logs, users.
Coming soon
Networking, SSH, rsync, tar, awk, services.
Coming soon