• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/12

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

12 Cards in this Set

  • Front
  • Back
Which command displays information about the RAID devices on the computer?
modprobe -r
hwinfo -listmd
lsusb
lspci
Matching:
cpuinfo
dma
version
cmdline
- Displays the boot options that were given to the kernel
- Displays information about the computer's CPU
- Displays information about the current kernel version
- Displays all the direct memory access assignments for the computer
You have installed a new Linux system and you want to make a baseline of system performance. which of these files contain baseline information? (choose 2)
/systat
/cpuinfo
/ps.aux
/top
/meminfo
Which command displays information on all USP drives connected to the computer?
?
Which of the following commands will display which boot options were given to the kernel at boot time?
cat /proc/version
cat /proc/modules
cat /proc/cmdline
cat /proc/mounts
You need to get detailed information about the system memory. Which command will display that information?
cat /proc/systat
cat /proc/meminfo
memstat -a
systat -m
which of the following commands will display information about the PCI devices installed on the system?
lspci
lsusb
lsmod
hwinfo
Which directory contains information about each kernel module installed on the computer?
?
Which directory contains information about the system processes?
?
Which utility runs at startup to load modules into the kernel?
?
You just got a new input device, named GamePad, that you want to use on your computer. You don't think that the GamePad driver (kernel module) was complied into the kernel of your Linux distribution.
Which of the following commands will install the driver into the kernel?
insmod gamepad.ko
insmod gamepad
depmod gamedpad
modprobe gamepad
Which command displays information about all loaded modules on the system?
?