» Linux »
Examen sur Linux »
Examen 201 : Advanced Administration »
Section 3 »
Question 4/20
Explanation: The nosmp option can be used at boot time to disable SMP (symmetric multiprocessing), thus
causing the system to run in uniprocessor (single processor) mode.
Incorrect Answers
A: This in an incorrect option.
B: Cpucount=1 will run one processor, but the single processor will run in SMP mode. Cpucount=0 will run no
processors in SMP mode effectively disabling SMP.
C: Disable-cpu in an incorrect option.
E: enable_smp=no is an incorrect option.