tail -f dmesg Output
The dmesg command is used to print the kernel buffer which contains Linux kernel-related messages. The tail command is used to print specified files or input in an elegant way. We can use the dmesg and tail commands together in order to print dmesg messages. In this tutorial, we examine how to tail the dmesg … Read more