admin

admin

How To View Kernel Messages In Linux In Real Time

How To View Kernel Messages In Linux In Real Time

Here’s how to view kernel messages in Linux in real time: 1. Issue the following command at the terminal – sudo watch “dmesg | tail -20” 2. Enter the user password when prompted. The above command will display the latest…