Control Services and Boot Process Flashcards

1
Q

What does the systemd utility do?

A

Provides a method for activating system resources, server daemons, and other processes, both at boot time and on a running system.

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

What does systemctl do?

A

A utility used to start stop, reload, enable, and disable services.

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

What does systemd do?

A

A utility used to manage service units, socket units, and path units.

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

What does the systemctl status command do?

A

Used to determine the status of system daemons and network services that the systemd utility started.

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

What does the systemctl list-dependencies command do?

A

Used to list all service units that a specific service unit depends on.

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

What can the systemd utility mask?

A

A service unit so that it does not run, even to satisfy dependencies.

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

What does the systemctl reboot command do?

A

reboots a system respectively.

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

What does a systemctl poweroff command do?

A

powers off a system, respectively.

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

What does the systemctl isolate target-name.target command do?

A

Switches to a new target at runtime.

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

What does a systemctl get-default command do?

A

Can query the default.

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

What does a systemctl set-default command do?

A

Can set the default target.

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

What is the rd.break option used for on the kernel command line?

A

To interrupt the boot process before control is handed over from the initramfs image.

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

Where is the root file system mounted?

A

In the rad-only in the / sysroot directory.

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

What can the emergency target do?

A

Diagnose and fix file-system issues.

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