Run ls -l /home/learner/scripts.
ls -l /home/learner/scripts
Read and change simulated modes and ownership without risking real files.
Permissions and usersls -lchmodchownstat
Click any instruction for the command details, the why, and the common mistake to avoid.
Run ls -l /home/learner/scripts.
ls -l /home/learner/scripts
Run chmod 755 /home/learner/scripts/hello.sh.
chmod 755 /home/learner/scripts/hello.sh
Run chown admin:admin /srv/www/index.html.
chown admin:admin /srv/www/index.html
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.
Inspect and change simulated mode and owner labels.
Use ls -l before chmod so you can compare the result.
Permissions protect files, but changes should be deliberate.
ls [-la] [path]
List lab files and folders.
chmod <mode> <path>
Change a simulated numeric permission mode.
chown <user:group> <path>
Change simulated owner/group labels.
stat <path>
Show lab file details.
lsof
Show simulated files and sockets opened by services.