Run cat /etc/sudoers.d/learners.
cat /etc/sudoers.d/learners
Read the simulated sudo boundary and verify the target service action is inspection-only.
Security administrationcatsudosystemctl
Click any instruction for the command details, the why, and the common mistake to avoid.
Run cat /etc/sudoers.d/learners.
cat /etc/sudoers.d/learners
Run sudo systemctl status nginx.
sudo systemctl status nginx
Run systemctl cat nginx.
systemctl cat 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.
Build repeatable confidence with recognizing a narrow privileged command boundary.
Start with cat /etc/sudoers.d/learners, inspect the result, then continue in order.
Recognizing a narrow privileged command boundary helps operators explain what they know before they change anything.
cat <file>
Print text file contents.
systemctl status <service>
Inspect simulated service status.