nerdexam
LPI

117-102 · Question #642

The command "make config" requires bash.

The correct answer is A. true. The command `make config' while in /usr/src/linux starts a configure script which asks you many questions. It requires bash, so verify that bash is /bin/bash, /bin/sh, or $BASH.

107 Administrative Tasks

Question

The command "make config" requires bash.

Options

  • Atrue
  • Bfalse

How the community answered

(23 responses)
  • A
    78% (18)
  • B
    22% (5)

Explanation

The command `make config' while in /usr/src/linux starts a configure script which asks you many questions. It requires bash, so verify that bash is /bin/bash, /bin/sh, or $BASH.

Topics

#kernel configuration#make config#bash dependency

Community Discussion

No community discussion yet for this question.

Full 117-102 Practice