LPIC-1 Exam 101 v5 (Linux Administrator) — Question 64

When is the content of the kernel ring buffer reset? (Choose two.)

Answer options

Correct answer: A, E

Explanation

The kernel ring buffer is cleared when the command dmesg --clear is used, which directly resets the buffer. Additionally, the buffer is also reset upon system shutdown or reboot, as this clears the memory. The other options do not result in the clearing of the buffer; reading it or loading modules does not affect its content.