1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 15:22:08 +02:00
tldr/pages/linux/lspci.md
2017-11-24 20:40:49 -03:00

23 lines
277 B
Markdown

# lspci
> List all PCI devices.
- 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`