101-400 Exam QuestionsBrowse all questions from this exam

101-400 Exam - Question 14


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

Show Answer
Correct Answer: D

The kernel parameter that instructs the kernel to suppress most boot messages is `quiet`. Adding `quiet` as a kernel parameter typically reduces the verbosity of boot messages, making the boot process quieter by displaying fewer messages. This is often used to create a cleaner and less verbose boot process.

Discussion

2 comments
Sign in to comment
chevreuil00Option: D
Aug 19, 2022

D is correct https://www.kernel.org/doc/html/v4.14/admin-guide/kernel-parameters.html (ctrl + F "quiet")

DuboisNicolasDuclairOption: D
Oct 21, 2023

The kernel parameter that instructs the kernel to suppress most boot messages is: D. `quiet` Adding `quiet` as a kernel parameter typically reduces the verbosity of boot messages, making the boot process quieter by displaying fewer messages. It's often used to reduce the amount of information displayed during boot, especially on systems where you want a cleaner and less verbose boot process.