Run ln -s /home/learner/README.txt lab/readme-audit-link.
ln -s /home/learner/README.txt lab/readme-audit-link
Create a link, inspect its stored target, and resolve the final path.
Files and pathslnreadlinkrealpath
Click any instruction for the command details, the why, and the common mistake to avoid.
Run ln -s /home/learner/README.txt lab/readme-audit-link.
ln -s /home/learner/README.txt lab/readme-audit-link
Run readlink lab/readme-audit-link.
readlink lab/readme-audit-link
Run realpath lab/readme-audit-link.
realpath lab/readme-audit-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.
Build repeatable confidence with auditing symbolic-link targets.
Start with ln -s /home/learner/README.txt lab/readme-audit-link, inspect the result, then continue in order.
Auditing symbolic-link targets helps operators explain what they know before they change anything.
realpath <path>
Resolve a path to its canonical simulated location.
readlink <link>
Inspect a simulated symbolic link target.
ln -s <target> <link>
Create a simulated symbolic link.