HostOnNet Blog

lspci

Looking for Linux Server Admin or WordPress Expert? We can help.

lspci list all PCI device on your system.

On CentOS, lspci is part of package pciutils

yum install -y pciutils

To list all PCI devices on your system, run

lspci

To get detailed listing of devices, run

lspci -vvv

Another useful command is lsusb, that list all usb devices connected to your system.

Posted in Linux

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.