We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06a6fb8 commit 9df6f0bCopy full SHA for 9df6f0b
pages/linux/dmesg.md
@@ -1,6 +1,7 @@
1
# dmesg
2
3
> Write the kernel messages to `stdout`.
4
+> See also: `journalctl`.
5
> More information: <https://manned.org/dmesg>.
6
7
- Show kernel messages:
pages/linux/journalctl.md
# journalctl
> Query the systemd journal.
+> See also: `dmesg`.
> More information: <https://www.freedesktop.org/software/systemd/man/journalctl.html>.
- Show all messages with priority level 3 (errors) from this boot:
0 commit comments