lsdev and procinfo DONT work so how do I list my machine hardware...?
arrrg!
Code:
[root@whitebox ~]# lsdev
-bash: lsdev: command not found
[root@whitebox ~]# procinfo
-bash: procinfo: command not found
[root@whitebox ~]#
I know that:
Code:
cat /proc/interrupts List IRQ's used by system and the device using the interrupt.
cat /proc/ioports List I/O ports used by system.
cat /proc/dma List DMA channels and device used by system.
cat /proc/cpuinfo List info about CPU.
but I want something like lsdev or procinfo
I dunno why they aren't features of my distro (WhiteBox RHEL4 'rebuild')
eyes burning, help appreciated :?
LJP