Linux+ Chapter 8 Quiz Questions

5 September 2022
4.7 (114 reviews)
19 test answers

Unlock all answers in this set

Unlock answers (15)
question
Under what directory is the Linux kernel stored?
answer
/boot
question
What stage of the GRUB boot loader typically resides on the MBR / GPT?
answer
Stage 1
question
In the /etc/lilo.conf file, what keyword should be specified in order to provide the absolute pathname to the Linux kernel?
answer
image=
question
In Linux, what runlevel is also known as the multiuser mode?
answer
2
question
Which command below can be used to start, stop, or restart any daemons in the /etc/init.d directory?
answer
service
question
In order to change keyboard layout if X Windows can't detect the layout, you should use what CLI command?
answer
system-config-keyboard
question
Once X Windows is configured, what command can be used to fine tune the vertical and horizontal refresh rate?
answer
xvidtune
question
In Fedora 20, where are user configured settings for Xorg stored??
answer
/etc/X11/xorg.conf.d/
question
?When using Systemd, what command can be used to start, stop, and configure daemons to start automatically when the system starts?
answer
systemctl
question
What command below can be used to re-install GRUB2 in the event that the boot loader becomes corrupted??
answer
grub2-install
question
After modifying the /etc/default/grub file, what command should be run to rebuild the grub config files??
answer
grub-mkconfig
question
What file controls the default runlevel when using Systemd??
answer
?/etc/systemd/system/default.target
question
What is the default target on a system with a GUI installed??
answer
graphical.target
question
The GUI components and related software take up how much space on a typical Linux installation?
answer
4GB
question
On Linux systems that use the traditional ?UNIX SysV init, what command below can be used to list and modify the runlevels that a daemon is started in?
answer
chkconfig
question
What command can be used to configure the LILO, ELILO, GRUB, and GRUB2 bootloaders??
answer
grubby
question
What keyword tells the Linux kernel to avoid printing errors to the screen during system startup??
answer
quiet
question
What command below can be used to uninstall the LILO bootloader from an active partition??
answer
lilo -U
question
In standard GRUB notation, select the option below that represents the first hard drive in a system, and the first partition on that hard drive.?
answer
(hd0,0)