DevOps Interview Question Part 2
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 What is Test Kitchen in Chef? Test Kitchen is a command-line tool …