LPI Exam Questions

what is the first make command that should be run which will delete any current configuration and al

After unpacking the source code for a Linux kernel, what is the first make command that
should be run which will delete any current configuration and all generated files? This
command will ensure that no inappropriate files were left in the kernel archive by the
maintainer.

A.
make clean

B.
make depend

C.
make distclean

D.
make config

Explanation: