nerdexam
LPI

117-102 · Question #486

When preparing to compile a new kernel, which of the following commands can be used to create the configuration file?

The correct answer is A. make config. While recompile the kernel, we can use config or oldconfig or menuconfig or xconfig command to create the configuration file.

108 Essential System Services

Question

When preparing to compile a new kernel, which of the following commands can be used to create the configuration file?

Options

  • Amake config
  • Bmake kernel
  • C./configure
  • Dmake kernelconfig
  • E[Kernel Source Path]/Configure

How the community answered

(22 responses)
  • A
    82% (18)
  • C
    5% (1)
  • D
    5% (1)
  • E
    9% (2)

Explanation

While recompile the kernel, we can use config or oldconfig or menuconfig or xconfig command to create the configuration file.

Topics

#kernel compilation#make config#kernel configuration#build system

Community Discussion

No community discussion yet for this question.

Full 117-102 Practice