Run find /home/learner -name txt.
find /home/learner -name txt
Combine find, du, and df to reason about storage safely.
Files and pathsfinddudf
Click any instruction for the command details, the why, and the common mistake to avoid.
Run find /home/learner -name txt.
find /home/learner -name txt
Run du -sh /home/learner.
du -sh /home/learner
Run df -h.
df -h
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.
Inspect file locations and simulated disk use.
Use find first, then du and df.
Operators should measure before deleting or moving data.
find [path] [-name text]
Search lab filesystem paths.
df|du|free|uptime
Inspect training resource and system health.