This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
67c95952cf
tldr
/
pages
/
linux
/
lspci.md
277 B
Raw
Blame
History
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