Thursday, January 15, 2009

Disable printk output to console in Linux

It would be nice if you could limit printk and syslog output to just one virtual console.
Here is how to disable it to all consoles:

echo "4 1 1 7" > /proc/sys/kernel/printk
 
Add to Technorati Favorites