1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 01:22:09 +02:00

lspci: add page

This commit is contained in:
RTFMExe 2017-11-24 12:36:29 -03:00
parent 6c391a1192
commit 1ed23967cc

23
pages/linux/lspci.md Normal file
View file

@ -0,0 +1,23 @@
# 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 {{bus:device.func}}`
- Dump info in readable form:
`lspci -vm`