nerdexam
EC-Council

EC0-350 · Question #898

You almost have your Linux machine up and running, but you need to install one last program before finishing. You run 'tar -xzvf', which creates a directory called 'New Program'. In this directory…

The correct answer is A. make B. ./configure C. make install. See the full explanation below for the reasoning.

Question

You almost have your Linux machine up and running, but you need to install one last program before finishing. You run 'tar -xzvf', which creates a directory called 'New Program'. In this directory, you perform the list command and among the files, you notice that the directory contains a file called 'configure'. Which of the following commands would you use to correctly compile and install the program? (Choose all that apply.)

Options

  • Amake
  • B./configure
  • Cmake install
  • Dcompile

How the community answered

(51 responses)
  • A
    80% (41)
  • D
    20% (10)

Community Discussion

No community discussion yet for this question.

Full EC0-350 Practice