Posted on 23rd February 2010One Response
Which Unix Commands Should I Type To Find The Os Version And Machine Spec?
uname -a will give OS version and some clue as to hardware. Getting the machine spec depends on what flavour of UNIX you are using. For Solaris it is /usr/platform/`uname -m`/sbin/prtdiag -v. Not sure about HP-UX or AIX though. (Sometimes you can get bits and pieces from the dmesg command)
Comments
Leave a Response
Posted on February 23, 2010 at 2:53 pm
uname -a