mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
lspci: add mnemonics (#18287)
This commit is contained in:
@@ -7,22 +7,22 @@
|
||||
|
||||
`lspci`
|
||||
|
||||
- Display additional information (Note: the `-v` flag can be repeated to increase verbosity):
|
||||
- Display [v]erbose information (Note: the `-v` flag can be repeated to increase verbosity):
|
||||
|
||||
`lspci -v`
|
||||
|
||||
- Display drivers and modules handling each device:
|
||||
- Display [k]ernel drivers and modules handling each device:
|
||||
|
||||
`lspci -k`
|
||||
|
||||
- Show a specific device:
|
||||
- [s]elect a specific device:
|
||||
|
||||
`lspci -s {{00:18.3}}`
|
||||
|
||||
- Dump info in a readable form:
|
||||
- Dump info in a ([m]achine) readable form:
|
||||
|
||||
`lspci -vm`
|
||||
|
||||
- Show PCI vendor and device codes alongside its name:
|
||||
- Show PCI vendor and device codes as both [n]umbers and [n]ames:
|
||||
|
||||
`lspci -nn`
|
||||
|
||||
Reference in New Issue
Block a user