Control System Services Flashcards

1
Q

What command is used to restart a service?

A

systemctl restart <service></service>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What command is used to reload a service?

A

systemctl reload <service></service>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What command is used to stop a service?

A

systemctl stop <service></service>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What command reboots a machine?

A

systemctl reboot

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What command disables a service?

A

systemctl disable <service></service>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly