mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-31 23:55:33 +02:00
parent
749abdbcc4
commit
217810f009
1 changed files with 24 additions and 0 deletions
24
pages.hi/linux/lspci.md
Normal file
24
pages.hi/linux/lspci.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# lspci
|
||||||
|
|
||||||
|
> सभी PCI उपकरणों की सूची दिखाएं।
|
||||||
|
> अधिक जानकारी: <https://manned.org/lspci>।
|
||||||
|
|
||||||
|
- उपकरणों की संक्षिप्त सूची दिखाएं:
|
||||||
|
|
||||||
|
`lspci`
|
||||||
|
|
||||||
|
- अतिरिक्त जानकारी प्रदर्शित करें:
|
||||||
|
|
||||||
|
`lspci -v`
|
||||||
|
|
||||||
|
- प्रत्येक उपकरण को संभालने वाले ड्राइवर और मॉड्यूल प्रदर्शित करें:
|
||||||
|
|
||||||
|
`lspci -k`
|
||||||
|
|
||||||
|
- एक विशिष्ट उपकरण दिखाएं:
|
||||||
|
|
||||||
|
`lspci -s {{00:18.3}}`
|
||||||
|
|
||||||
|
- जानकारी को पठनीय रूप में डंप करें:
|
||||||
|
|
||||||
|
`lspci -vm`
|
Loading…
Add table
Reference in a new issue