1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 15:19:43 +01:00
tldr/pages/linux/lspci.md
2021-08-16 12:34:01 +02:00

325 B

lspci

List all PCI devices. More information: https://manned.org/lspci.

  • Show a brief list of devices:

lspci

  • Display additional info:

lspci -v

  • Display drivers and modules handling each device:

lspci -k

  • Show a specific device:

lspci -s {{00:18.3}}

  • Dump info in a readable form:

lspci -vm