1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/linux/lspci.md

24 lines
283 B
Markdown
Raw Normal View History

2017-11-24 12:36:29 -03:00
# 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`
2017-11-24 12:59:52 -03:00
- Show a specific device:
2017-11-24 12:36:29 -03:00
`lspci -s {{bus:device.func}}`
- Dump info in readable form:
`lspci -vm`