Run mkdir "lab notes".
mkdir "lab notes"
Click any instruction for the command details, the why, and the common mistake to avoid.
Run mkdir "lab notes".
mkdir "lab notes"
Run touch "lab notes/quote.txt".
touch "lab notes/quote.txt"
Run ls "lab notes".
ls "lab notes"
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.
Practice quoting file and folder names safely.
Wrap the lab notes path in quotes.
Real-world files sometimes contain spaces, especially on macOS.
ls [-la] [path]
List lab files and folders.
mkdir <name>
Create a folder.
touch <file>
Create an empty file.
lsof
Show simulated files and sockets opened by services.