mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 21:35:24 +02:00
dmesg: show kernel error messages (#1919)
This commit is contained in:
parent
6d7afc1982
commit
e3eaf922da
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
`dmesg`
|
||||
|
||||
- Show kernel error messages:
|
||||
|
||||
`dmesg --level err`
|
||||
|
||||
- Show kernel messages and keep reading new ones, similar to `tail -f` (available in kernels 3.5.0 and newer):
|
||||
|
||||
`dmesg -w`
|
||||
|
|
Loading…
Add table
Reference in a new issue