Operating System - Linux
1819825 Members
3112 Online
109607 Solutions
New Discussion юеВ

command same as ioscan in Linux

 

command same as ioscan in Linux

I wish to know what command use in Linux to find H/W same as ioscan in HP-UX
Thank you.
Nakarin
3 REPLIES 3

Re: command same as ioscan in Linux

iostat command could give you some info & some of these commands too.

more /proc/ioports
more /proc/interrupts
more /proc/cpuinfo

/proc directory is very interesting
linuxfan
Honored Contributor

Re: command same as ioscan in Linux

Hi,

There is no simple command like ioscan on linux.

But you can find a lot of that information in /proc directory.

/proc/interrupts -for IRQ info
/proc/ioports -for ioport info
/proc/pci - for pci devices
/proc/meminfo - for memory information
/proc/swaps - for swap information

The list can go on and on.
Is there anything specific you are looking for?

This link gives info for commands on different unices.
http://unix-guide.addr.com/unixguide.shtml

-HTH
Ramesh
They think they know but don't. At least I know I don't know - Socrates
Tim Nelson
Honored Contributor

Re: command same as ioscan in Linux

and dont forget the lsscsi command