Run rm /etc/passwd.
rm /etc/passwd
Try a blocked system delete and inspect the protected file.
Permissions and usersrmstatwhoami
Click any instruction for the command details, the why, and the common mistake to avoid.
Run rm /etc/passwd.
rm /etc/passwd
Run stat /etc/passwd.
stat /etc/passwd
Run whoami.
whoami
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.
Understand why system paths are protected here.
Try rm /etc/passwd, then inspect the file.
Safety controls matter when teaching destructive commands.
rm <file>
Remove one lab file with safeguards.
stat <path>
Show lab file details.
whoami|id|groups
Inspect the learner account.