1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 06:34:59 +00:00
serenity/Base/usr/share/man/man8/dmesg.md
2021-07-03 09:08:25 +02:00

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
```