Which of the following commands will accomplish this task?

A systems administrator has been tasked with disabling the nginx service from the environment to prevent it from being automatically and manually started.

Which of the following commands will accomplish this task?
A .   systemct1 cancel nginx
B . systemct1 disable nginx
C . systemct1 mask nginx
D . systemct1 stop nginx

Answer: C

Explanation:

The command systemct1 mask nginx disables the nginx service from the environment and prevents it from being automatically and manually started. This command creates a symbolic link from the service unit file to /dev/null, which makes the service impossible to start. This is the correct way to accomplish the task. The other options are incorrect because they either do not exist (systemct1 cancel nginx), do not prevent manual start (systemct1 disable nginx), or do not prevent automatic start (systemct1 stop

nginx).

References: CompTIA Linux+ (XK0-005) Certification Study Guide, Chapter 14: Managing Processes and Scheduling Tasks, page 429.

Latest XK0-005 Dumps Valid Version with 136 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments