Run mkdir lab/private-reports.
mkdir lab/private-reports
Set and inspect a directory mode that supports controlled traversal.
Permissions and usersmkdirchmodstat
Click any instruction for the command details, the why, and the common mistake to avoid.
Run mkdir lab/private-reports.
mkdir lab/private-reports
Run chmod 750 lab/private-reports.
chmod 750 lab/private-reports
Run stat lab/private-reports.
stat lab/private-reports
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 reasoning about read, write, and execute bits on directories.
Start with mkdir lab/private-reports, inspect the result, then continue in order.
Reasoning about read, write, and execute bits on directories helps operators explain what they know before they change anything.
mkdir <name>
Create a folder.
chmod <mode> <path>
Change a simulated numeric permission mode.
stat <path>
Show lab file details.