How to find out machine specification in Unix?
Sunday, April 12, 2009
Use 'uname -a' command
: /etc>uname -a
SunOS shark 5.8 Generic_117350-59 sun4u sparc SUNW,Sun-Fire-V440
SunOS - machine's OS
shark - machine hostname
5.8 - SunOS version (Solaris 5.8 means Solaris 8)
sparc - machine type
0 comments: to “ How to find out machine specification in Unix? ”
Post a Comment