Run man ls.
man ls
Separate a command name, its options, and its target before pressing Enter.
Terminal basicsmanwhichls
Click any instruction for the command details, the why, and the common mistake to avoid.
Run man ls.
man ls
Run which ls.
which ls
Run ls -la.
ls -la
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.
Build repeatable confidence with reading command names, options, and arguments.
Start with man ls, inspect the result, then continue in order.
Reading command names, options, and arguments helps operators explain what they know before they change anything.
ls [-la] [path]
List lab files and folders.
man <command>
Read a short educational manual page.
which <command>
Locate command paths.
lsof
Show simulated files and sockets opened by services.