Solved

A Configuration Management Tool Running Every Minute Is Enforcing the Service

Question 202

Multiple Choice

A configuration management tool running every minute is enforcing the service HTTPd to be started. To perform maintenance, which of the following series of commands can be used to prevent the service from being started?


A) systemctl stop httpd && systemctl mask httpd
B) systemctl disable httpd && systemctl mask httpd
C) systemctl stop httpd && systemctl hide httpd
D) systemctl disable httpd && systemctl hide httpd

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions