2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-03 15:40:17 +00:00
cheat.sheets/sheets/dmesg

13 lines
257 B
Plaintext
Raw Normal View History

2017-05-08 20:27:00 +00:00
# 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