Problem Statement
Which command starts a service using systemd?
Explanation
systemctl is the primary command to manage services on systems using systemd.
You can start, stop, enable, or check the status of services using it.
Code Solution
SolutionRead Only
sudo systemctl start nginx
Practice Sets
This question appears in the following practice sets: