nerdexam
LPI

117-102 · Question #631

Which of the following brings up a user friendly GUI interface?

The correct answer is A. make xconfig B. make menuconfig. The "make xconfig" or "make menuconfig" brings up a user friendly GUI interface. And "make config" brings up command-line console mode interface. You can load the configuration file from /usr/src/linux/.config (dot config file. Note the dot before config).

108 Essential System Services

Question

Which of the following brings up a user friendly GUI interface?

Options

  • Amake xconfig
  • Bmake menuconfig
  • Cmake config
  • Dmake compile

How the community answered

(48 responses)
  • A
    79% (38)
  • C
    6% (3)
  • D
    15% (7)

Explanation

The "make xconfig" or "make menuconfig" brings up a user friendly GUI interface. And "make config" brings up command-line console mode interface. You can load the configuration file from /usr/src/linux/.config (dot config file. Note the dot before config).

Topics

#make xconfig#make menuconfig#kernel configuration#GUI tools

Community Discussion

No community discussion yet for this question.

Full 117-102 Practice