Run stat /srv/www/index.html.
stat /srv/www/index.html
Compare web-readable and private-note permissions.
Permissions and usersstatchmod
Click any instruction for the command details, the why, and the common mistake to avoid.
Run stat /srv/www/index.html.
stat /srv/www/index.html
Run chmod 644 /srv/www/index.html.
chmod 644 /srv/www/index.html
Run chmod 600 /home/learner/notes/todo.txt.
chmod 600 /home/learner/notes/todo.txt
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.
Practice choosing modes based on file purpose.
Use 644 for public web content and 600 for private notes.
Security is context-sensitive; not every file should be locked the same way.
chmod <mode> <path>
Change a simulated numeric permission mode.
stat <path>
Show lab file details.