Run ls -l /home/learner.
ls -l /home/learner
Compare short flags and long listings in a safe directory.
Terminal basicslsman
Click any instruction for the command details, the why, and the common mistake to avoid.
Run ls -l /home/learner.
ls -l /home/learner
Run ls -la /etc.
ls -la /etc
Run man ls.
man ls
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.
See how options alter output before using them in bigger commands.
Compare ls, ls -l, and ls -la.
Reading options carefully prevents wrong assumptions about hidden files or metadata.
ls [-la] [path]
List lab files and folders.
man <command>
Read a short educational manual page.
lsof
Show simulated files and sockets opened by services.