LPIC-2 Exam 201 (Linux Engineer) — Question 50

Which of the following parameters instructs the kernel at boot time to use only one of the available processors?

Answer options

Correct answer: A

Explanation

The correct answer is A, maxcpus=1, as this parameter specifically tells the kernel to utilize only one processor during boot. The other options, such as usecpus=1, smpcpus=1, vcpumx=1, and vmxcpus=1, do not exist or are not recognized parameters for limiting processor usage at boot time.