Mission 23

Security admin

Practice security habits: identity, logs, firewall rules, and simulated sudo.

Security administration
12 minutes Core Lesson 23 of 360
whoamiidgroupsufwsudogrep
Lesson 23 of 360 0/360 lessons 0/17 missions Security administration · 12 minutes
0%
Continue View profile
Ops lab terminal Training lab
New learnerrank 0XP 0%complete
learner@clairos:/home/learner $ Unix ops lab: type a command, press Enter
Instructions 12 minutes

Click any instruction for the command details, the why, and the common mistake to avoid.

Check identity

Run whoami and id.

whoamiid
Inspect firewall

Run ufw status.

ufw status
Try simulated sudo

Run sudo systemctl status nginx.

sudo systemctl status nginx
Lesson support

What to notice while you play.

Objective

Inspect identity and boundaries before using admin commands.

Hint

Run whoami, id, ufw status, and simulated sudo status.

Why it matters

Security work starts by confirming who you are and what you can affect.

Common mistakes
  • Assuming sudo means unlimited access.
  • Changing rules before reading current state.
Reference

Commands in this lesson.

grep [-i] <text> <file>

Find literal text inside a file.

whoami|id|groups

Inspect the learner account.

ufw status

Inspect simulated firewall rules.