Run find /var -name auth.
find /var -name auth
Search the simulated filesystem by root and filename pattern.
Files and pathsfindlsstat
Click any instruction for the command details, the why, and the common mistake to avoid.
Run find /var -name auth.
find /var -name auth
Run find /home -name hello.
find /home -name hello
Run stat /home/learner/projects/hello.txt.
stat /home/learner/projects/hello.txt
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.
Locate files without wandering folder by folder.
Try find /var -name log and find /home -name hello.
Fast file discovery is a core troubleshooting skill.
ls [-la] [path]
List lab files and folders.
find [path] [-name text]
Search lab filesystem paths.
stat <path>
Show lab file details.
lsof
Show simulated files and sockets opened by services.