pwd
Print the current working directory.
Integrated junior-operator reviews that combine evidence, notes, and validation.
Start the final operator lab by mapping host, identity, and filesystem.
Capstone Checkpoint 02 Capstone labs Capstone log sweepSweep auth, nginx, and package logs for evidence.
Capstone Checkpoint 03 Capstone labs Capstone service mapMap service status, units, and listeners.
Capstone Checkpoint 04 Capstone labs Capstone web configReview and validate web server config.
Capstone Checkpoint 05 Capstone labs Capstone permission auditAudit SSH, web, and private note permissions.
Capstone Checkpoint 06 Capstone labs Capstone network auditReview address, route, firewall, and SSH client config.
Capstone Checkpoint 07 Capstone labs Capstone package auditReview package state and process state together.
Capstone Checkpoint 08 Capstone labs Capstone incident runbookWrite an incident runbook from gathered evidence.
Capstone Checkpoint 09 Capstone labs Capstone hardening reviewTie hardening settings to exposure and identity.
Capstone Checkpoint 10 Capstone labs Final operator checkComplete the UNIX operator final review.
Capstone Checkpoint 11 Capstone labs Capstone website outageInvestigate a website outage using service, config, logs, and listeners.
Capstone Checkpoint 12 Capstone labs Capstone disk pressureInvestigate disk pressure and log retention evidence.
Capstone Checkpoint 13 Capstone labs Capstone suspicious loginReview auth evidence, SSH policy, firewall state, and notes.
Capstone Checkpoint 14 Capstone labs Capstone bad deployReview deployment script, config diff, nginx validation, and rollback notes.
Capstone Checkpoint 15 Capstone labs Capstone unknown listenerReconcile listeners, process owners, firewall, and service state.
Capstone Checkpoint 16 Capstone labs Capstone backup restore reviewReview backup manifest, archive, restored file, and checksum evidence.
Capstone Checkpoint 17 Capstone labs Capstone multi-signal outageCorrelate service, config, journal, listener, and capacity evidence for an outage.
Capstone Checkpoint 18 Capstone labs Capstone verified restoreStage, compare, archive, and hash a restored web artifact.
Capstone CheckpointCreate a free account to sync completed lessons, XP, streaks, course status, and your next lesson across sessions.
Checking account status...
Progress sync is idle.
Progress sync stores completion IDs, scores, streaks, badges, and game settings. Terminal contents, editor snippets, lab scratch, email, and real names are never published on leaderboards or share cards.
pwd
Print the current working directory.
ls [-la] [path]
List lab files and folders.
printf <text>
Print formatted training text.
nano <file>
Open a simulated nano editor.
cat <file>
Print text file contents.
grep [-i] <text> <file>
Find literal text inside a file.
tee <file>
Write piped text to a lab file and keep it on screen.
diff <left> <right>
Compare two lab text files.
sha256sum <file>
Print a deterministic training checksum.
find [path] [-name text]
Search lab filesystem paths.
file <path>
Identify a simulated file, directory, link, or text format.
test -e|-f|-d <path>
Check path type in a training-friendly way.
tar -cf|-tf <archive>
Create and list training archives.
cp <src> <dst>
Copy a file.
stat <path>
Show lab file details.
whoami|id|groups
Inspect the learner account.
top|pgrep|kill
Inspect simulated process health and signals.
lsof
Show simulated files and sockets opened by services.
systemctl status <service>
Inspect simulated service status.
journalctl -u <service>
Read simulated service journal entries.
nginx -t
Validate training nginx configuration.
ss|ip
Inspect simulated sockets and addresses.
logrotate -d <config>
Dry-run a simulated log rotation config.
apt|dpkg|brew
Inspect simulated Linux and macOS package metadata.
ssh|scp|ssh-keygen
Practice SSH inspection and dry-run transfer shapes without network access.
ufw status
Inspect simulated firewall rules.
df|du|free|uptime
Inspect training resource and system health.
history
Show recent commands.