Look in your /proc directory. Usually you can do like:
cat /proc/filesystem
cat /proc/cpuinfo
cat /proc/interrupts
cat /proc/ioports
cat /proc/meminfo
and etc.. to view system info on particular system specs and stuff.
uname -a is only going to give the OS, Host name, kernel version ... etc.
Last edited by trickykid; 10-25-2002 at 12:49 PM.
|