Run mkdir lab.
mkdir lab
Click any instruction for the command details, the why, and the common mistake to avoid.
Run mkdir lab.
mkdir lab
Run ln -s /home/learner/README.txt lab/readme-link.
ln -s /home/learner/README.txt lab/readme-link
Run stat lab/readme-link.
stat lab/readme-link
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.
Recognize symlink behavior in a safe setting.
Create a lab folder before making the link.
Symlinks appear often in Unix configuration and deployment layouts.
mkdir <name>
Create a folder.
ln -s <target> <link>
Create a simulated symbolic link.
stat <path>
Show lab file details.