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:
parent
6c391a1192
commit
1ed23967cc
1 changed files with 23 additions and 0 deletions
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 {{bus:device.func}}`
|
||||
|
||||
- Dump info in readable form:
|
||||
|
||||
`lspci -vm`
|
Loading…
Add table
Reference in a new issue