快乐向日葵 发表于 2013-1-16 16:40:41

在SOLARIS下如何查看版本号

# cat /etc/release
                        Solaris 10 5/08 s10x_u5wos_10 X86
           Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.
                        Use is subject to license terms.
                             Assembled 24 March 2008
# uname -a
SunOS test.edu.cn 5.10 Generic_127128-11 i86pc i386 i86pc
 
 
下面的命令可判断Solaris是以64位运行
# isainfo -v
64-bit amd64 applications
        cx16 sse3 sse2 sse fxsr mmx cmov amd_sysc cx8 tsc fpu
32-bit i386 applications
        cx16 sse3 sse2 sse fxsr mmx cmov sep cx8 tsc fpu
页: [1]
查看完整版本: 在SOLARIS下如何查看版本号