Valid XK0-005 Dumps shared by ExamDiscuss.com for Helping Passing XK0-005 Exam! ExamDiscuss.com now offer the newest XK0-005 exam dumps, the ExamDiscuss.com XK0-005 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com XK0-005 dumps with Test Engine here:
A systems administrator wants to check if the ntpd service is configured to start on startup. Which of the following commands will show that information when run?
Correct Answer: C
To check whether a service is enabled to start on boot, the correct command is: bash systemctl is-enabled ntpd.service * is-enabled checks if the service is enabled (i.e., set to start at boot). * is-active checks the current running state, not the boot-time state. * stop and start are used to control the service, not check its boot status. Reference from CompTIA Linux+ XK0-005 Official Study Guide, Domain 4.0 - System Management: "Use systemctl is-enabled to determine if a service is enabled at startup. Use systemctl is-active to determine if the service is currently running."