2013-03-14

Continuous dmesg output

You can use watch to display dmesg in a tail -f fashion.

watch -d dmesg

Using -n option let you add more time between executions (default is 2 seconds).

You can also add option -d to see differences

watch -d dmesg

Happy hacking!!!

No hay comentarios: