In the sandbox:
- ps aux | head -20 — what's running?
- df -h — how much disk is free?
- free -h (if available) or cat /proc/meminfo | head
- Find big dirs under /tmp: du -sh /tmp/* 2>/dev/null | sort -h | tail
Mark each checklist item when done.
// hands-on lab
~20 min
Inspect running processes and filesystem free space — bread-and-butter SRE checks.
In the sandbox:
Mark each checklist item when done.
// checklist 0/3
Sign in to save checklist progress.
Instant practice shell (simulated) — everything for this lab works here. Need the real thing? Open the full Linux VM ↗