Run mkdir lab/shared-review.
mkdir lab/shared-review
Prepare a group-owned workspace and inspect its collaboration mode.
Permissions and usersmkdirchgrpchmodstat
Click any instruction for the command details, the why, and the common mistake to avoid.
Run mkdir lab/shared-review.
mkdir lab/shared-review
Run chgrp learners lab/shared-review.
chgrp learners lab/shared-review
Run chmod 2770 lab/shared-review.
chmod 2770 lab/shared-review
Run stat lab/shared-review.
stat lab/shared-review
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 group ownership for a shared directory.
Start with mkdir lab/shared-review, inspect the result, then continue in order.
Using group ownership for a shared directory helps operators explain what they know before they change anything.
mkdir <name>
Create a folder.
chmod <mode> <path>
Change a simulated numeric permission mode.
chgrp <group> <path>
Change a simulated file group label.
stat <path>
Show lab file details.