DMESG(8) | MidnightBSD System Manager's Manual | DMESG(8) |
dmesg
— display
the system message buffer
dmesg |
[-ac ] [-M
core [-N
system]] |
The dmesg
utility displays the contents of
the system message buffer. If the -M
option is not
specified, the buffer is read from the currently running kernel via the
sysctl(3) interface.
Otherwise, the buffer is read from the specified core file, using the name
list from the specified kernel image (or from the default image).
The options are as follows:
-a
-c
-M
-N
-M
is also specified, extract the name list
from the specified system instead of the default, which is the kernel
image the system has booted from.The dmesg
utility appeared in
3BSD.
October 3, 2016 | midnightbsd-3.1 |