← All labs

// hands-on lab

Navigation drills

~12 min

Move, look, and find until it's automatic.

In the shell below:

  1. pwd — confirm you start at home (~)
  2. ls -la — read one line fully: permissions, owner, size, name
  3. cd /var/log && ls — the incident room
  4. cd - — bounce back home
  5. find ~ -name "*.txt" — locate your text files
  6. tree ~/projects — see structure at a glance

// checklist 0/4

Sign in to save checklist progress.

Linux practice shell · instant, in-page · ephemeralOpen in new tab ↗
practice-shell — bash
Navigation drills — move, look, find, until it is muscle memory.
 

Instant practice shell (simulated) — everything for this lab works here. Need the real thing? Open the full Linux VM ↗