dmesg: add colourise, human-readable and timestamp examples (#2728)

This commit is contained in:
mrx
2019-01-28 05:58:49 -05:00
committed by Owen Voke
parent 66fce39b37
commit 4abbd9bae0

View File

@@ -21,3 +21,15 @@
- Show kernel messages 1 page at a time:
`dmesg | less`
- Show kernel messages with a timestamp (available in kernels 3.5.0 and newer):
`dmesg -T`
- Show kernel messages in human-readable form (available in kernels 3.5.0 and newer):
`dmesg -H`
- Colorize output (available in kernels 3.5.0 and newer):
`dmesg -L`