Run mktemp lab/note.XXXXXX.
mktemp lab/note.XXXXXX
Create bounded temporary files and directories for disposable work.
Files and pathsmktempls
Click any instruction for the command details, the why, and the common mistake to avoid.
Run mktemp lab/note.XXXXXX.
mktemp lab/note.XXXXXX
Run mktemp -d lab/work.XXXXXX.
mktemp -d lab/work.XXXXXX
Run ls -la lab.
ls -la lab
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 using temporary paths instead of cluttering durable locations.
Start with mktemp lab/note.XXXXXX, inspect the result, then continue in order.
Using temporary paths instead of cluttering durable locations helps operators explain what they know before they change anything.
ls [-la] [path]
List lab files and folders.
mktemp [-d] [template]
Create a bounded temporary file or directory inside the training lab.
lsof
Show simulated files and sockets opened by services.