2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-12 19:10:26 +00:00
cheat.sheets/sheets/dmesg

16 lines
334 B
Plaintext
Raw Normal View History

# dmesg
# Print or control the kernel ring buffer
# Print the ring buffer contents, then clear it.
2017-05-08 20:27:00 +00:00
dmesg -c
# Display the local time and the delta in human-readable format. Conversion to
# the local time could be inaccurate.
2017-05-08 20:27:00 +00:00
dmesg -e
# Print human-readable timestamps.
dmesg -T
# Human-readable output (color + reltime).
2017-05-08 20:27:00 +00:00
dmesg -H