1752781 Members
6244 Online
108789 Solutions
New Discussion

ioscan

 
ROSS HANSON
Regular Advisor

ioscan

Is there a equivalent command in Linux for
ioscan?

Thank you
Ross Hanson
1 REPLY 1
Miguel Rodriguez_3
Frequent Advisor

Re: ioscan

There is no single command in Linux that to what ioscan in HPUX does. You can try these:

procinfo -a
cat /proc/pci
cat /proc/cpuinfo
cat /proc/scsi/scsi
cat /proc/scsi/DRIVER_NAME/0
(& similar commands for other devices)