Difference between revisions of "Dmesg"
From Christoph's Personal Wiki
m (Dmesg (command) moved to Dmesg) |
|
(No difference)
|
Latest revision as of 01:57, 26 April 2007
dmesg (for "diagnostic message") is a command that prints the message buffer of the kernel. This buffer contains a variety of important messages from those printed during boot to those used for debugging software. This information may also be stored to disk via a logging daemon, such as syslog
.
See also
- syslogd