Valid XK0-005 Dumps shared by EduDump.com for Helping Passing XK0-005 Exam! EduDump.com now offer the newest XK0-005 exam dumps, the EduDump.com XK0-005 exam questions have been updated and answers have been corrected get the newest EduDump.com XK0-005 dumps with Test Engine here:
A Linux administrator is configuring Apache on a system and needs to allow the service to start after every startup. Which of the following commands will allow the Linux administrator to accomplish this task while starting the service at the same time?
Correct Answer: D
* D is correct: systemctl enable --now both enables the service to start on boot and starts it immediately. Incorrect Options: * A: mask disables a service entirely. * B: Invalid syntax. * C: set-property modifies unit properties, not enablement. Reference: CompTIA Linux+ XK0-005 Study Guide, Chapter 10 man systemctl