Run nl /var/log/auth.log.
nl /var/log/auth.log
Add stable line numbers to a short authentication-log view.
Text and logsnlhead
Click any instruction for the command details, the why, and the common mistake to avoid.
Run nl /var/log/auth.log.
nl /var/log/auth.log
Run nl /var/log/auth.log | head -n 3.
nl /var/log/auth.log | head -n 3
Run wc -l /var/log/auth.log.
wc -l /var/log/auth.log
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 citing exact lines from log evidence.
Start with nl /var/log/auth.log, inspect the result, then continue in order.
Citing exact lines from log evidence helps operators explain what they know before they change anything.
head|tail [-n N] <file>
Read the beginning or end of a file.
nl [file]
Number lines from a file or supported text pipeline.