Run du -sh /var/log.
du -sh /var/log
Estimate simulated log size and list log files.
Server operationsdufindtail
Click any instruction for the command details, the why, and the common mistake to avoid.
Run du -sh /var/log.
du -sh /var/log
Run find /var/log -name log.
find /var/log -name log
Run tail -n 2 /var/log/nginx-access.log.
tail -n 2 /var/log/nginx-access.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.
Balance disk review with evidence preservation.
Use du on /var/log, then find log files.
Deleting logs blindly can erase useful diagnostic data.
find [path] [-name text]
Search lab filesystem paths.