Inspect kernel messages and boot-time hardware logs.
Section: System Information and Hardware
Show kernel ring buffer
bash
bash
dmesg -T | tail -n 50Explanation
Great for device, disk, driver, and OOM-related debugging.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing System Information and Hardware