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.

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