Run ufw status.
ufw status
Inspect firewall state, add a simulated rule, and write a short incident note.
Security administrationufwgrepechocat
Click any instruction for the command details, the why, and the common mistake to avoid.
Run ufw status.
ufw status
Run ufw deny 23/tcp.
ufw deny 23/tcp
Run echo reviewed-denied-logins > incident-review.txt.
echo reviewed-denied-logins > incident-review.txt
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.
Practice firewall inspection and lightweight incident documentation.
Use ufw status before adding a simulated deny rule.
Security changes need evidence and notes, even in a toy lab.
echo <text>
Print text or write lab notes with >.
cat <file>
Print text file contents.
grep [-i] <text> <file>
Find literal text inside a file.
ufw status
Inspect simulated firewall rules.