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

25 lines
325 B
Markdown
Raw Normal View History

2017-11-24 12:36:29 -03:00
# lspci
> List all PCI devices.
> More information: <https://manned.org/lspci>.
2017-11-24 12:36:29 -03:00
- 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
2017-11-24 20:40:49 -03:00
`lspci -s {{00:18.3}}`
2017-11-24 12:36:29 -03:00
2017-11-24 20:40:49 -03:00
- Dump info in a readable form:
2017-11-24 12:36:29 -03:00
`lspci -vm`