ATC
Foundations Lab  · On-demand

Linux Foundations - Log Searcher

Solution overview

In a browser-delivered Ubuntu 22.04 desktop hosted in the WWT ATC, learners explore the Linux logging system in /var/log. They identify the common system logs (syslog, auth.log, kern.log, and others), view recent entries with tail (including real-time following with tail -f), page through files with less, and then search log content with grep using flags like -i, -n, -v, -c, and -r — combining tools with pipes to investigate real activity.

Lab diagram

Loading