Week 8 Comprehension Flashcards

1
Q

Which command is used to manually start a daemon –under SystemV?

  • start
  • service start
  • systemctl start
  • initctl start
A

-service start

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

Find the match.

Graphical.target=Level 5
Rescue.target=Level 1
Multi-user.target=Level 3
Poweroff.target=Level 0

A

Graphical.target=Level 5
Rescue.target=Level 1
Multi-user.target=Level 3
Poweroff.target=Level 0

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

Which statements are true? (Select two)

[root@server1 ~]# ls /etc/rc1.d

K08tomcat7 K20screen-cleanup K80etables s70dns-clean

K20postfix K20zfs-mount K85bind9 S70pppd-dns

  • postfic daemon will be started when entering Level 1
  • bind9 daemon will be stopped when entering Level 1
  • dns-clean daemon will be started when entering Level 1
  • zfs-mount daemon will be started when entering Level 1
A
  • bind9 daemon will be stopped when entering Level 1

- dns-clean daemon will be started when entering Level 1

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

Which command is used to manually start a daemon under systemd (systemd specific command)?

  • start .service
  • service .service status
  • systemctl start .service
  • initctl restart .service
A

-systemctl start .service

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

What is the GRUB2 boot screen used for? (Select three)

  • Specify a boot loader to load
  • Obtain a prompt where you can enter GRUB2 configuration commands
  • Select the kernel that you would like to boot
  • Edit the entire boot configuration for the selected kernel
A
  • Obtain a prompt where you can enter GRUB2 configuration commands
  • Select the kernel that you would like to boot
  • Edit the entire boot configuration for the selected kernel
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which window manager does GNOME version 3 use?

  • kwin
  • metacity
  • mutter
  • twm
A

-mutter

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

Put them in the correct order for booting and initializing a Linux system.

  1. Load init daemon
  2. Load Linux kernel
  3. Load other daemons
  4. Load GRUB2
  5. Run POST
  • 5, 4, 3, 2, 1
  • 5, 2, 1, 4, 3
  • 5, 4, 2, 3, 1
  • 5, 4, 2, 1, 3
A

5, 4, 2, 1, 3

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

Which command is used to update the grub.cfg file?

  • grub2-config -o /boot/grub2/grub.cfg
  • grub2-configmk -o /boot/grub2/grub.cfg
  • grub2-mkconfig -o /boot/grub2/grub.cfg
  • grub2-setconfig -o /boot/grub2/grub.cfg
A

-grub2-mkconfig -o /boot/grub2/grub.cfg

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

Where is Grub2 bootloader executable file located at on a Fedora Linux system with UEFI and GPT?

  • /boot/grub2/grubx64.efi
  • /etc/grub2/grubx64.efi
  • /boot/efi/EFI/fedora/grubx64.efi
  • /etc/efi/EFI/FEDORA/GRUBX64.EFI
A

-/boot/efi/EFI/fedora/grubx64.efi

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

What are daemons and runlevels called in systemd?

  • unit services and unit targets
  • target units and service units
  • unit targets and unit services
  • service units and target units
A

-service units and target units

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