CompTIA
XK0-004 · Question #362
XK0-004 Question #362: Real Exam Question with Answer & Explanation
The correct answer is A: cd <source>; sudo ./configure $$ make $$ make install. See the full explanation below for the reasoning.
Question
An administrator is logged on as an unprivileged user and needs to compile and installed an application from source. Which of the following BEST represents how to complete this task?
Options
- Acd <source>; sudo ./configure $$ make $$ make install
- Bcd <source>; ./configure $$ sudo make $$ make install
- Ccd <source>; ./configure $$ make $$ make install
- Dcd <source>; ./configure $$ make $$ make install
Community Discussion
No community discussion yet for this question.