QuestionQ2

Operations

A system administrator wants to review the messages displayed on the server console during system startup.

Which command can the administrator use to view the console messages after the system has finished booting?

  • A alog
  • B dmesg
  • C syslog
  • D errpt
Explanation

dmesg displays the kernel ring buffer, which contains messages generated during boot, such as kernel initialization and hardware-detection output.

Community Discussion

No comments yet. Be the first to start the discussion!