You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
334 B
Plaintext

# dmesg
# Print or control the kernel ring buffer
# Print the ring buffer contents, then clear it.
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