nerdexam
LPI

117-201 · Question #6

After unpacking the source code for a Linux kernel, what is the first make command that should be run which will delete any current configuration and all generated files? This command will ensure that

The correct answer is B. make distclean. See the full explanation below for the reasoning.

Question

After unpacking the source code for a Linux kernel, what is the first make command that should be run which will delete any current configuration and all generated files? This command will ensure that no inappropriate files were left in the kernel archive by the maintainer.

Options

  • Amake depend
  • Bmake distclean
  • Cmake config
  • Dmake clean
  • Emake mrproper

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    70% (19)
  • C
    7% (2)
  • D
    15% (4)
  • E
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 117-201 Practice