mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
20 lines
246 B
Markdown
20 lines
246 B
Markdown
## Name
|
|
|
|
dmesg - display the kernel log
|
|
|
|
## Synopsis
|
|
|
|
```**sh
|
|
# dmesg
|
|
```
|
|
|
|
## Description
|
|
|
|
`dmesg` displays the kernel log (as seen on serial debug output). Only messages printed by kernel processes are displayed.
|
|
|
|
## Examples
|
|
|
|
```sh
|
|
$ dmesg
|
|
```
|