Run mkdir "lab/quoted space".
mkdir "lab/quoted space"
Use quotes so a path containing spaces remains one argument.
Terminal basicsmkdirtouchls
Click any instruction for the command details, the why, and the common mistake to avoid.
Run mkdir "lab/quoted space".
mkdir "lab/quoted space"
Run touch "lab/quoted space/note.txt".
touch "lab/quoted space/note.txt"
Run ls "lab/quoted space".
ls "lab/quoted space"
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 quoting paths that contain spaces.
Start with mkdir "lab/quoted space", inspect the result, then continue in order.
Quoting paths that contain spaces helps operators explain what they know before they change anything.
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.