» Linux »
Examen sur Linux »
Examen 201 : Advanced Administration »
Section 4 »
Question 17/20
Explanation: The 'make oldconfig' command will take the kernel config file named ".config" and only ask the
configuration questions which are not already answered in that file. This will avoid having to go through the
entire kernel configuration process again.
Reference: http://www.linuxchix.org/content/courses/kernel_hacking/lesson2
Incorrect Answers
B: Make reconfigure is not a valid command.
C: Sh scripts/reconfig is not a valid command.
D: Editing the .config file by hand would be a difficult and very risky way of configuring the kernel.