1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-31 23:55:33 +02:00

lspci: add Hindi translation (#13928)

Create lspci.md
This commit is contained in:
RAJ RAUT 2024-10-02 17:17:42 +05:30 committed by GitHub
parent 749abdbcc4
commit 217810f009
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

24
pages.hi/linux/lspci.md Normal file
View file

@ -0,0 +1,24 @@
# lspci
> सभी PCI उपकरणों की सूची दिखाएं।
> अधिक जानकारी: <https://manned.org/lspci>
- उपकरणों की संक्षिप्त सूची दिखाएं:
`lspci`
- अतिरिक्त जानकारी प्रदर्शित करें:
`lspci -v`
- प्रत्येक उपकरण को संभालने वाले ड्राइवर और मॉड्यूल प्रदर्शित करें:
`lspci -k`
- एक विशिष्ट उपकरण दिखाएं:
`lspci -s {{00:18.3}}`
- जानकारी को पठनीय रूप में डंप करें:
`lspci -vm`