lspci: add page (#1654)
This commit is contained in:
23
pages/linux/lspci.md
Normal file
23
pages/linux/lspci.md
Normal 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 {{00:18.3}}`
|
||||
|
||||
- Dump info in a readable form:
|
||||
|
||||
`lspci -vm`
|
Reference in New Issue
Block a user