Run nano lab/permissions-note.txt.
nano lab/permissions-note.txt
Write a permission review note and set a private mode.
Nano and editingnanochmodstat
Click any instruction for the command details, the why, and the common mistake to avoid.
Run nano lab/permissions-note.txt.
nano lab/permissions-note.txt
Run chmod 600 lab/permissions-note.txt.
chmod 600 lab/permissions-note.txt
Run stat lab/permissions-note.txt.
stat lab/permissions-note.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.
Create a note and protect it with simulated permissions.
Use chmod 600 after saving the note.
Some admin notes should not be broadly readable.
nano <file>
Open a simulated nano editor.
chmod <mode> <path>
Change a simulated numeric permission mode.
stat <path>
Show lab file details.