Week 8 Comprehension Flashcards
Which command is used to manually start a daemon –under SystemV?
- start
- service start
- systemctl start
- initctl start
-service start
Find the match.
Graphical.target=Level 5
Rescue.target=Level 1
Multi-user.target=Level 3
Poweroff.target=Level 0
Graphical.target=Level 5
Rescue.target=Level 1
Multi-user.target=Level 3
Poweroff.target=Level 0
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
- bind9 daemon will be stopped when entering Level 1
- dns-clean daemon will be started when entering Level 1
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
-systemctl start .service
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
- 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
Which window manager does GNOME version 3 use?
- kwin
- metacity
- mutter
- twm
-mutter
Put them in the correct order for booting and initializing a Linux system.
- Load init daemon
- Load Linux kernel
- Load other daemons
- Load GRUB2
- Run POST
- 5, 4, 3, 2, 1
- 5, 2, 1, 4, 3
- 5, 4, 2, 3, 1
- 5, 4, 2, 1, 3
5, 4, 2, 1, 3
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
-grub2-mkconfig -o /boot/grub2/grub.cfg
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
-/boot/efi/EFI/fedora/grubx64.efi
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
-service units and target units