Chapter 6
Practice Exam
-
Which command enables you to view the current IRQ assignments?
view /proc/irq
cat /proc/interrupts
cat /dev/irq
less /dev/irq
-
Configuration of udev devices is done by working with files in which directory?
/udev/devices
/devices/
/udev/config
/etc/udev
-
Which command is used to automatically load a module and its dependencies?
modprobe
lsmod
insmod
rmmod
-
During boot of a system with GRUB, which key can be pressed to display the GRUB menu?
- Shift
- E
- V
- H
-
Which command can be used to view the kernel ring buffer in order to troubleshoot the boot process?
lsboot
boot-log
krblog
dmesg
-
Which statement best describes the following, displayed using the ls
-l
a command?lrwxrwxrwx. 1 root root 35 Jul 8 2014 .fetchmailrc -> .configs/fetchmail/.fetchmailrc
- It is a file called
.fetchmailrc
that is linked using a symbolic link. - It is a file called
.configs/fetchmail/.fetchmailrc
that is owned by lrwxrwxrwx. - It is a directory called
.fetchmailrc...
- It is a file called