Select the Boot Target Flashcards

1
Q

What command confirms the default target?

A

systemctl get-default

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

What command switches to the multi-user target manually without rebooting?

A

sudo systemctl isolate multi-user.target

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

What command configures the machine to automatically boot into the multi-user target?

A

systemctl set-default multi-user.target

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

What command sets the default target to graphical target?

A

systemctl set-default graphical.target

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

What command is used to boot into rescue target mode?

A

systemd.unit=rescue.target

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

What command is used to confirm in rescue mode the root file system is in read/write mode?

A

mount

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