September 2, 2026
more vs less in Linux: The SOC Analyst’s Guide to Fast Log Review
It’s 2:47 AM and a SOC analyst is staring down a 4GB auth.log file after an SSH brute-force alert fires. Opening it in a standard text…

By Xpert4Cyber
1 min read
It's 2:47 AM and a SOC analyst is staring down a 4GB auth.log file after an SSH brute-force alert fires. Opening it in a standard text editor freezes the session. Every second lost matters.
This is exactly where knowing Linux more and less instead of reaching for a GUI editor separates analysts who move fast under pressure from those who don't.
In my latest guide, I break down both pager commands from a real investigative and system administration perspective — not just a syntax cheat sheet.
What's covered:
→ more vs less — the real difference and when each one matters → Searching forward and backward through massive log files instantly → Following a growing log file live, similar to tail -f → Navigating multiple files in a single session → A real-world SSH brute-force investigation walkthrough → Safe log review practices that protect forensic integrity → Advanced flags experienced analysts use daily — line numbers, case-insensitive search, and piping command output
Why this matters: enterprise log files routinely reach hundreds of megabytes or several gigabytes during an active incident. Pagers load content incrementally instead of pulling the whole file into memory, which is often the only practical way to review data fast on a resource-limited jump box or bastion host.
Whether you're a SOC analyst, penetration tester, Linux administrator, or just starting out in cybersecurity, mastering these two commands is a foundational skill that pays off during every incident.
Read the full breakdown here: https://www.xpert4cyber.com/2026/09/more-less-linux-commands-soc-analyst-guide.html
What's your go-to command-line trick for fast log triage? Let me know in the comments.