You are on page 1of 2

Module 6 Quiz

1. What file in the /proc directory contains a list of memory address ranges reserved for device
use?
a. misc
b. meminfo
c. iomem
d. ioports

2. What is the term for a ZFS managed filesystem that is created from ZFS pools?
a. ZFS store
b. ZFS vault
c. ZFS lake
d. ZFS volume

3. Each SCSI device attached to a system must be assigned an ID number. What is this ID
number called?
a. Target ID
b. Device ID
c. SCSI number
d. SCSI controller

4. In order to create and manage KVM or Qemu virtual machines, a Linux system must have
which of the following installed?
a. libvirt
b. vmlib
c. virsh
d. libvm

5. Which of the following is a virtual filesystem that is made up of virtual files that a Linux
operating system is able to export information to about kernel sub-systems, hardware devices,
and device drivers to make it easy for users to access the information?
a. tmpfs
b. sysfs
c. varfs
d. procfs

6. Which of the following commands will display the current CPU(s) detected by a Linux
system?
a. cat /etc/cpu.conf
b. cat /proc/cpuinfo
c. cat /sys/cpuinfo
d. cat /var/log/boothw.log
7. On a system using the KVM hypervisor, which of the following modules would you expect to
see as part of the output of the lsmod command on a guest Linux virtual machine?
a. hv_
b. virtio
c. vmw
d. hyperv_
8. Select the command that can be used to change the root filesystem to a different directory,
such as when you are in a rescue environment.
a. croot
b. set_root
c. chroot
d. change_root

Answers
1. d. ioports
2. d. ZFS volume
3. a. Target ID
4. a. libvirt
5. b. sysfs
6. b. cat /proc/cpuinfo
7. b. virtio
8. c. chroot

You might also like