首先大致普及下linux系统的版本内容. 1.内核版本和发行版本区别 我的理解,内核版本就是指linux中最基层的代码,版本号如 Linux version 3.10.0-327.22.2.el7.x86_64 发行版本就是在某版本内核的基础上加了发行商自己想加进去的很多软件代码,比如 CentOS Linux release 7.2.1511 (Core) 2.redhat和centos区别 一般我们使用的阿里云的都是centos,但是有的人又说是redhat,其实两者差不多: red hat…
System的properties中有很多系统属性: System.out.println(System.getProperty("os.name")); System.out.println(System.getProperty("os.version")); 结果: Mac OS X 10.13.6 ???: System.setProperty("aaabbb","test"); System.out.println(S…
查看系统是64位还是32位 C:\Users\qingshuic>wmic os get osarchitecture OSArchitecture 64-bitC:\Users\qingshuic>dxdiag windows上我们查看机器cpu信息方式如下: C:\Users\qingshuic…