XK0-005 · Question #174
XK0-005 Question #174: Real Exam Question with Answer & Explanation
The correct answer is B: lspci. {"question_number": 8, "explanation": "lspci is the standard Linux utility for listing all PCI buses and devices detected in the system, including graphics cards, network adapters, storage controllers, and USB controllers. It reads data from the /sys/bus/pci subsystem and the PCI
Question
Which of the following commands will let a Linux user know the PCI devices that are installed in the system?
Options
- Acat /proc/devices/pci
- Blspci
- Clsdev
- Dcat /proc/sys/dev
Explanation
{"question_number": 8, "explanation": "lspci is the standard Linux utility for listing all PCI buses and devices detected in the system, including graphics cards, network adapters, storage controllers, and USB controllers. It reads data from the /sys/bus/pci subsystem and the PCI ID database. Option A (cat /proc/devices/pci) is not a valid path - /proc/devices lists character and block device numbers, not PCI hardware. Option C (lsdev) is not a widely available standard command. Option D (cat /proc/sys/dev) is also not a valid path for PCI device enumeration.", "generated_by": "claude-sonnet", "llm_judge_score": 4}
Topics
Community Discussion
No community discussion yet for this question.