Skip to content
dmesg
EntityQ1050537· pop 13· linked from 9 articles

dmesg (diagnostic messages) is a command on most Unix-like operating systems that prints the message buffer of the kernel. The output includes messages produced by the device drivers.

Key facts

Software.title
dmesg
Software.name
dmesg
Software.screenshot
File:Clocksource on Linux booting screenshot.png
Software.screenshot alt
dmesg output piped through grep
Software.caption
dmesg output piped through grep
Software.engine
<!-- or
Software.engines
-->
Software.operating system
Unix-like
Software.platform
Cross-platform
Software.genre
Command
Software.license
<!-- or
Software.licence
-->

via Wikipedia infobox

Wikidata facts

Image
Clocksource on Linux booting screenshot.png
Sources (1)

via Wikidata · CC0

~3 min read

Article

7 sections
Contents
  • Booting
  • After booting
  • Output
  • Format
  • See also
  • References
  • External links

dmesg (diagnostic messages) is a command on most Unix-like operating systems that prints the message buffer of the kernel. The output includes messages produced by the device drivers.

==Booting== When initially booted, a computer system loads its kernel into memory. At this stage device drivers present in the kernel are set up to drive relevant hardware. Such drivers, as well as other elements within the kernel, may produce output ("messages") reporting both the presence of modules and the values of any parameters adopted. (It may be possible to specify boot parameters which control the level of detail in the messages.) The booting process typically happens at a speed where individual messages scroll off the top of the screen before an operator can read/digest them. The command allows the review of such messages in a controlled manner after the system has started.

Connections

Categories