nerdexam
LPI

117-102 · Question #633

If your new kernel does not behave normally after a routine kernel upgrade, chances are that you forgot to _______ before compiling the new kernel.

The correct answer is A. make clean. If your new kernel does really weird things after a routine kernel upgrade, chances are you forgot to make clean before compiling the new kernel. Symptoms can be anything from your system outright crashing, strange I/O problems, to crummy performance. Make sure you do a make dep,

108 Essential System Services

Question

If your new kernel does not behave normally after a routine kernel upgrade, chances are that you forgot to _______ before compiling the new kernel.

Options

  • Amake clean
  • Bmake shot
  • Cmake clear
  • Dmake remove

How the community answered

(31 responses)
  • A
    77% (24)
  • B
    3% (1)
  • C
    13% (4)
  • D
    6% (2)

Explanation

If your new kernel does really weird things after a routine kernel upgrade, chances are you forgot to make clean before compiling the new kernel. Symptoms can be anything from your system outright crashing, strange I/O problems, to crummy performance. Make sure you do a make dep,

Topics

#make clean#kernel compilation#build process

Community Discussion

No community discussion yet for this question.

Full 117-102 Practice