From 441281e2202c4f32241358f6b8b1475ff8e62368 Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Tue, 22 Aug 2023 13:28:58 -0400 Subject: [PATCH] Update console.rst --- console.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console.rst b/console.rst index 6e4d01e1..736c4fdd 100644 --- a/console.rst +++ b/console.rst @@ -6,4 +6,4 @@ Console When you log into the local bash console (tty1), you may see lots of messages from the Linux kernel. To avoid these kernel messages, you have a few options: - You can use :ref:`ssh` instead of the local bash console. -- If you really need to use the local console, you can temporarily disable console messages with ``dmesg -D``. For more information about dmesg, please see https://man7.org/linux/man-pages/man1/dmesg.1.html. Also see https://man7.org/linux/man-pages/man8/sysctl.8.html and https://www.kernel.org/doc/html/next/core-api/printk-basics.html. +- If you really need to use the local console, you can temporarily disable console messages with ``sudo dmesg -D``. For more information about dmesg, please see https://man7.org/linux/man-pages/man1/dmesg.1.html. Also see https://man7.org/linux/man-pages/man8/sysctl.8.html and https://www.kernel.org/doc/html/next/core-api/printk-basics.html.