Control System Services Flashcards
1
Q
What command is used to restart a service?
A
systemctl restart <service></service>
2
Q
What command is used to reload a service?
A
systemctl reload <service></service>
3
Q
What command is used to stop a service?
A
systemctl stop <service></service>
4
Q
What command reboots a machine?
A
systemctl reboot
5
Q
What command disables a service?
A
systemctl disable <service></service>