» Linux »
Examen sur Linux »
Examen 201 : Advanced Administration »
Section 4 »
Question 15/20
Explanation: Lspci is a utility for displaying information about all PCI buses in the system and all devices
connected to them. The -v option tells lspci to be verbose and display detailed information about all devices.
The -b option is for bus-centric view. Show all IRQ numbers and addresses as seen by the cards
on the PCI bus instead of as seen by the kernel.
Reference: http://ccrma-www.stanford.edu/planetccrma/man/man8/lspci.8.html
Incorrect Answers
A: You can't specify the same option twice (-v -v).
B: The -M option invokes bus mapping mode which scans the bus extensively to find all devices including
those behind misconfigured bridges etc.
D: The options should be separated by hyphens (-). Furthermore, M is the wrong option.
E: The -m option is used to dump PCI device data in machine readable form for easy parsing by scripts.