We normally do cat /proc/kmsg or dmesg to see the kernel logs from user space.
I understand the dmesg is a circular buffer which copies from kmsg. But is kmsg also not a circular buffer?
What is the difference and relation between them?
We normally do cat /proc/kmsg or dmesg to see the kernel logs from user space.
I understand the dmesg is a circular buffer which copies from kmsg. But is kmsg also not a circular buffer?
What is the difference and relation between them?