이 콘텐츠는 선택한 언어로 제공되지 않습니다.
24.5. Viewing Hardware Information
24.5.1. Using the lspci Command 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
The
lspci
command allows you to display information about PCI buses and devices that are attached to them. To list all PCI devices that are in the system, type the following at a shell prompt:
lspci
lspci
This displays a simple list of devices, for example:
You can also use the
-v
command-line option to display more verbose output, or -vv
for very verbose output:
lspci -v|-vv
lspci -v|-vv
For instance, to determine the manufacturer, model, and memory size of a system's video card, type:
For a complete list of available command-line options, see the lspci(8) manual page.