mirror of
https://github.com/RGBCube/serenity
synced 2025-05-15 06:34:59 +00:00
19 lines
246 B
Markdown
19 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
|
|
```
|