On Linux we can do $cat /proc/cpuinfo and get a bunch of useful information, might be different if you're in Solaris/HPUX still check to see if you have /proc in your filesystem what UNIX is this?
It's Solaris. I checked. There is a /proc in my filesystem. But no file 'cpuinfo' there.Besides I have no permission to any of the sub-directories under it. Is there any other way you can think of? A thousand thanks.
【在 D****N 的大作中提到】 : On Linux we can do : $cat /proc/cpuinfo : and get a bunch of useful information, : might be different if you're in Solaris/HPUX : still check to see if you have /proc in your filesystem : what UNIX is this?
c*t
4 楼
Usually uname -a would report the cpu type (and hopefully the speed as well). uname -X reports the #of cpu's. fpversion may be available on your machine. It can check the cpu speed... My suggestion to you if you really want to know more information about your CPU is to download any system patches from Sun, unpack them, and there are usually some scripts designed to detect many system wide informations.