LPI Exam Questions

What command can you run to compile the code?

While installing from source code you don’t see the configuration script.
What command can you run to compile the code?

A.
make configure

B.
install

C.
install makefile

D.
make

Explanation:
there is typically no "make configure" command, as opposed to a ./configure.sh script which creates the makefile.
if you already have a makefile use "make" or "make install" to build the binaries.