0 votes
in Selenium by

Which of the following commands would you use to stop or disable the 'httpd' service when the system boots?

1 Answer

0 votes
by
Which of the following commands would you use to stop or disable the 'httpd' service when the system boots?

# systemctl disable httpd.service

# system disable httpd.service

# system disable httpd

# systemctl disable httpd.service

The correct answer is A) # systemctl disable httpd.service
...