» Linux » Examen sur Linux » Examen 201 : Advanced Administration » Section 1 » Question 14/20
14.You have recently decided to convert from using a monolithic kernel to using a modular kernel. You have made the appropriate changes in your kernel configuration. Next you wish to compile your new kernel and modules and copy the modules to their proper location. What would you type to do this?

make modules modules_install
make bzImage modules modules_install
make mrproper modules modules_install
make dep clean modules modules_install
make dep clean bzImage modules modules_install

Explanation

« Question 13 Question 15 »