Redhat Linux用kudzu查看已经安装的设备

我们通常都把kudzu当AIX的cfgmgr和Solaris 的devfsadm用

当然它还可以用来查看系统中已有的设备。

kudzu - detects and configures new and/or changed hardware on a system

       -p, --probe
              Print probe information to the screen, and do not actually configure or unconfigure any devices.

[root@node2 ~]# kudzu -p|more
-
class: OTHER
bus: PCI
detached: 0
driver: unknown
desc: "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
vendorId: 8086
deviceId: 7113
subVendorId: 15ad
subDeviceId: 1976
pciType: 1
pcidom:    0
pcibus: 0
pcidev: 7
pcifn: 3
-
class: OTHER
bus: PCI
detached: 0
driver: unknown
desc: "Intel Corporation 82371AB/EB/MB PIIX4 ISA"

具体还有各种比方只probe bus等等一些参数请查看man手册

也可以从文件中查:
/etc/sysconfig/hwconf
   Listing of current installed hardware.