CompTIACompTIA
XK0-005 · Question #362
XK0-005 Question #362: Real Exam Question with Answer & Explanation
Sign in or unlock XK0-005 to reveal the answer and full explanation for question #362. The question stem and answer options stay visible for context.
System Management
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
Unlock XK0-005 to see the answer
You've previewed enough free XK0-005 questions. Unlock XK0-005 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#Software Compilation#Package Installation#Privilege Escalation#Linux Commands