linux+ chapter 8 quiz questions
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.
(hd0,0)
Under what directory is the Linux kernel stored?
/boot
In Fedora 20, where are user configured settings for Xorg stored?
/etc/X11/xorg.conf.d/
At what runlevel does a Linux system have no daemons active in memory, allowing it to be safely powered off?
0
In Linux, what runlevel is also known as the multiuser mode?
2
The GUI components and related software take up how much space on a typical Linux installation?
4GB
What stage of the GRUB boot loader typically resides on the MBR / GPT?
Stage 1
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?
chkconfig
What is the default target on a system with a GUI installed?
graphical.target
After modifying the /etc/default/grub file, what command should be run to rebuild the grub config files?
grub-mkconfig
What command below can be used to re-install GRUB2 in the event that the boot loader becomes corrupted?
grub2-install
What command can be used to configure the LILO, ELILO, GRUB, and GRUB2 bootloaders?
grubby
In the /etc/lilo.conf file, what keyword should be specified in order to provide the absolute pathname to the Linux kernel?
image=
What command below can be used to uninstall the LILO bootloader from an active partition?
lilo -U
What keyword tells the Linux kernel to avoid printing errors to the screen during system startup?
quiet
Which command below can be used to start, stop, or restart any daemons in the /etc/init.d directory?
service
In order to change keyboard layout if X Windows can't detect the layout, you should use what CLI command?
system-config-keyboard
When using Systemd, what command can be used to start, stop, and configure daemons to start automatically when the system starts?
systemctl
Once X Windows is configured, what command can be used to fine tune the vertical and horizontal refresh rate?
xvidtune
What file controls the default runlevel when using Systemd?
/etc/systemd/system/default.target