Run find /home/learner -name note.
find /home/learner -name note
See why broad delete patterns are blocked in the lab.
Files and pathsfindrmls
Click any instruction for the command details, the why, and the common mistake to avoid.
Run find /home/learner -name note.
find /home/learner -name note
Run rm "*".
rm "*"
Run ls /home/learner.
ls /home/learner
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 safer search-before-delete habits.
Use find, then try the blocked rm pattern.
A wrong wildcard can destroy real files quickly.
ls [-la] [path]
List lab files and folders.
find [path] [-name text]
Search lab filesystem paths.
rm <file>
Remove one lab file with safeguards.
lsof
Show simulated files and sockets opened by services.