dmesg – The Low-Level Kernel Logs Utility
Introduction The kernel ring buffer ‘dmesg‘ is the low-level kernel logs utility in Linux. Before we’ll explain how to use this utility, we must first understand what it does. The ‘dmesg‘ utility gives the user the ability to read kernel initialization logs out of the ring buffer. The kernel ring buffer is a special, fixed-size […]