1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-05 13:35:25 +02:00
tldr/pages/linux/lspci.md
Managor bce0d19de4
lspci: add increased verbosity note (#16741)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2025-06-04 23:03:51 +05:30

24 lines
392 B
Markdown

# lspci
> List all PCI devices.
> More information: <https://manned.org/lspci>.
- Show a brief list of devices:
`lspci`
- Display additional information (Note: the `-v` flag can be repeated to increase verbosity):
`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`