Run env.
env
Inspect a simulated environment without exposing real browser or server secrets.
Terminal basicsenvechopwd
Click any instruction for the command details, the why, and the common mistake to avoid.
Run env.
env
Run echo PATH is fake.
echo PATH is fake
Run pwd.
pwd
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.
Recognize common environment names and why they matter.
Run env and look for HOME, SHELL, and PATH.
Many CLI tools read configuration from the environment.
pwd
Print the current working directory.
env
Inspect a simulated environment.
echo <text>
Print text or write lab notes with >.