101-400 Exam QuestionsBrowse all questions from this exam

101-400 Exam - Question 9


What information can the lspci command display about the system hardware? (Choose THREE correct answers.)

Show Answer
Correct Answer: ABD

The lspci command is used to display information about PCI devices on a system. It can provide details on various aspects of these devices. The command can display device IRQ settings, giving insights into the hardware interrupts assigned to PCI devices. Furthermore, it can show the PCI bus speed, which helps in understanding the data transfer capabilities of the bus. Additionally, it provides device vendor identification, revealing the manufacturers of the PCI devices in the system. Therefore, the three correct pieces of information that lspci can display are device IRQ settings, PCI bus speed, and device vendor identification.

Discussion

4 comments
Sign in to comment
chevreuil00Options: ABD
Aug 19, 2022

ABD are correct answers

loux_80Options: ABD
Mar 9, 2023

ABD are correct answers

alimaOptions: BDE
Sep 13, 2023

is correct

DuboisNicolasDuclairOptions: BDE
Oct 21, 2023

The `lspci` command is used to display information about devices connected to the PCI bus on your system. The information it can display about system hardware includes: D. Device vendor identification: `lspci` can provide details about the vendor and manufacturer of the PCI devices. E. Ethernet MAC address: It can display the MAC addresses of Ethernet network interface cards. B. PCI bus speed: `lspci` can show information about the PCI bus speed. The other options, A and C, are not typically displayed by the `lspci` command. IRQ settings and system battery type are not part of its standard output.