Run ls -la /home/learner.
ls -la /home/learner
Use long and all listings to reveal dotfiles and read shell startup notes.
Terminal basicsls -lacatstat
Click any instruction for the command details, the why, and the common mistake to avoid.
Run ls -la /home/learner.
ls -la /home/learner
Run cat ~/.profile.
cat ~/.profile
Run stat ~/.ssh.
stat ~/.ssh
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.
Learn what dotfiles are and how to inspect them safely.
Use ls -la in your home folder.
Admin work often depends on hidden configuration files.
ls [-la] [path]
List lab files and folders.
cat <file>
Print text file contents.
stat <path>
Show lab file details.
lsof
Show simulated files and sockets opened by services.