Run cd projects.
cd projects
Practice absolute paths, relative paths, dot, dot-dot, and home shortcuts.
Terminal basicscdpwdls
Click any instruction for the command details, the why, and the common mistake to avoid.
Run cd projects.
cd projects
Run pwd.
pwd
Run cd ~.
cd ~
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 how the shell resolves common path shortcuts.
Use cd projects, cd .., and cd ~ as separate moves.
Path mistakes are a common cause of editing or deleting the wrong file.
pwd
Print the current working directory.
ls [-la] [path]
List lab files and folders.
cd [path]
Change directories inside the lab filesystem.
lsof
Show simulated files and sockets opened by services.