mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 18:52:17 +00:00
Update cheatsheets
This commit is contained in:
29
linux/lspci
Normal file
29
linux/lspci
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# lspci
|
||||
|
||||
> List all PCI devices.
|
||||
> More information: <https://manned.org/lspci>.
|
||||
|
||||
- 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