nerdexam
LPI

201-450 · Question #12

You have finished updating and resolving dependencies for some source code. What command should you run before recompiling the code into binary form?

The correct answer is A. make clean. See the full explanation below for the reasoning.

202 Linux Kernel

Question

You have finished updating and resolving dependencies for some source code. What command should you run before recompiling the code into binary form?

Options

  • Amake clean
  • Bmake all
  • Cmake dep
  • Dmake install

How the community answered

(40 responses)
  • A
    73% (29)
  • B
    3% (1)
  • C
    18% (7)
  • D
    8% (3)

Topics

#make clean#source compilation#build system#recompile

Community Discussion

No community discussion yet for this question.

Full 201-450 Practice