mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-03 15:40:17 +00:00
13 lines
257 B
Plaintext
13 lines
257 B
Plaintext
|
# Clear dmesg Buffer Logs
|
||
|
dmesg -c
|
||
|
|
||
|
# Display the local time and the delta in human-readable format. Conversion to the local time could be inaccurate
|
||
|
dmesg -e
|
||
|
|
||
|
# Print human-readable timestamps.
|
||
|
dmesg -T
|
||
|
|
||
|
# Human-readable output (color + reltime)
|
||
|
dmesg -H
|
||
|
|