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`