Module 6 Test Flashcards

1
Q

Which command should you run after installing a new kernel module to update the module dependency database?
a. insmod
b. modprobe
c. lsmod
d. depmod

A

d. depmod

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Leonard wants to find detailed information about the Bluetooth kernel module. Which of the following commands can he use to display this information?
a. modstatus bluetooth
b. lsmod bluetooth
c. modinfo bluetooth
d. modstat bluetooth

A

c. modinfo bluetooth

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

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

A

d. libvert

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which of the following commands will display messages that were displayed during the boot sequence by the kernel?
a. kdis
b. kernlog
c. messages
d. dmesg

A

d. dmesg

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the following commands can be used to display general hardware information for the entire system?
a. lshw
b. lscpu
c. hwdisp
d. hware

A

a. lshw

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Which of the following commands will display the current CPU(s) detected by a Linux system?
a. cat /sys/cpuinfo
b. cat /proc/cpuinfo
c. cat /etc/cpu.conf
d. cat /var/log/boothw.log

A

b. cat /proc/cpuinfo

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Which of the following is a type of software that allows a piece of hardware to host multiple operating systems?
a. guest operating system
b. thick client
c. thin client
d. hypervisor

A

d. hypervisor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

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_

A

b. virtio

How well did you know this?
1
Not at all
2
3
4
5
Perfectly