What command can you use to
review boot messages in Linux
The dmesg command displays the system messages contained in the kernel ring buffer. By using this command immediately after booting your computer, you will see the boot messages.
#dmesg or #dmesg |more (for page vise view)
The dmesg command displays the system messages contained in the kernel ring buffer. By using this command immediately after booting your computer, you will see the boot messages.
No comments:
Post a Comment