mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 05:35:23 +02:00
dmesg: include flag to follow messages (#1446)
This commit is contained in:
parent
7d92f9154a
commit
afd82c6311
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@
|
|||
|
||||
`dmesg`
|
||||
|
||||
- Show kernel messages and keep reading new ones, similar to `tail -f` (available in kernels 3.5.0 and newer):
|
||||
|
||||
`dmesg -w`
|
||||
|
||||
- Show how much physical memory is available on this system:
|
||||
|
||||
`dmesg | grep -i memory`
|
||||
|
|
Loading…
Add table
Reference in a new issue