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?

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 depend
B . make distclean
C . make config
D . make clean
E . make mrproper

Answer: B

Latest 201-450 Dumps Valid Version with 369 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
1 Comment
Inline Feedbacks
View all comments
nico.bacardi
nico.bacardi
2 years ago

the good anwser is : E . make mrproper