Run whoami and id.
whoamiid
Practice security habits: identity, logs, firewall rules, and simulated sudo.
Security administrationwhoamiidgroupsufwsudogrep
Click any instruction for the command details, the why, and the common mistake to avoid.
Run whoami and id.
whoamiid
Run ufw status.
ufw status
Run sudo systemctl status nginx.
sudo systemctl status nginx
Create 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.
Inspect identity and boundaries before using admin commands.
Run whoami, id, ufw status, and simulated sudo status.
Security work starts by confirming who you are and what you can affect.
grep [-i] <text> <file>
Find literal text inside a file.
whoami|id|groups
Inspect the learner account.
ufw status
Inspect simulated firewall rules.