Module 8 Flashcards
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
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
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, 2, 1, 3
Which window manager does GNOME version 3 use?
- kwin
- metacity
- mutter
- twm
- mutter
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
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 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
GRUB2 can support both MBR and GPT.
True
False
True
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
Find the match.
- Graphical.target
- Rescue.target
- Multi-user.target
- Poweroff.target
- Graphical.target Level 5
- Rescue.target Level 1
- Multi-user.target Level 3
- Poweroff.target Level 0
Which two implementations of X Windows are commonly used in Linux? (Choose two answers.)
- X.org
- XFCE
- winX
- Wayland
- X.org
- Wayland
Which runlevel halts the system?
- 1
- 6
- 0
- 5
- 0
What is the name of the directory that contains symbolic links to UNIX SysV rc scripts for runlevel 2?
- /etc/rc2.d
- /etc/init.d/rc2.d
- /etc/runlevel/2
- /etc/inittab/rc2/d
- /etc/rc2.d
What Systemd target corresponds to runlevel 5?
- multi-user.target
- graphical.target
- system.target
- runlevel5.target
- graphical.target
Which of the following statements is true?
- GRUB Legacy can be loaded from a MBR or GPT.
- After modifying /etc/default/grub, you must run the grub2-mkconfig command before the changes are made to GRUB2.
- GRUB2 can only be loaded from a UEFI System Partition.
- GRUB needs to be reinstalled after it has been modified.
- After modifying /etc/default/grub, you must run the grub2-mkconfig command before the changes are made to GRUB2.