nerdexam
Linux_Foundation

LFCS · Question #735

Which of the following kernel parameters instructs the kernel to suppress most boot messages?

The correct answer is D. quiet. To suppress most boot messages displayed by the kernel, the quiet kernel parameter is used.

Submitted by the_admin· Apr 18, 2026Operation of Running Systems

Question

Which of the following kernel parameters instructs the kernel to suppress most boot messages?

Options

  • Asilent
  • Bverbose=0
  • Cnomesg
  • Dquiet

How the community answered

(41 responses)
  • A
    5% (2)
  • C
    2% (1)
  • D
    93% (38)

Why each option

To suppress most boot messages displayed by the kernel, the `quiet` kernel parameter is used.

Asilent

There is no standard kernel parameter named `silent` for suppressing boot messages.

Bverbose=0

While some applications might use `verbose=0` for minimal output, it is not a standard kernel parameter for controlling boot messages.

Cnomesg

There is no standard kernel parameter named `nomesg` for suppressing boot messages; `dmesg` is a command to view kernel messages, but `nomesg` is not a parameter.

DquietCorrect

The `quiet` kernel parameter instructs the kernel to suppress most messages printed to the console during the boot process. This is commonly used to provide a cleaner, less verbose boot experience for end-users.

Concept tested: Linux kernel boot parameters, quiet mode

Source: https://www.kernel.org/doc/html/latest/admin-guide/kernel-parameters.html

Topics

#Kernel parameters#Boot messages#System startup

Community Discussion

No community discussion yet for this question.

Full LFCS Practice