Linux Practice Test
Linux+ FREE Linux+ Systemd Service Management Questions and Answers
A system administrator needs to ensure that the `nginx` web server starts automatically upon system boot.
Which of the following commands will accomplish this?
Select your answer
A
systemctl start nginx
B
systemctl boot nginx
C
systemctl enable nginx
D
systemctl load nginx
Hint