Linux下如何檢視版本資訊
Linux下如何檢視版本資訊, 包括位數、版本資訊以及CPU核心資訊、CPU具體型號等等,整個CPU資訊一目瞭然:
1、Linux檢視版本當前作業系統核心資訊
[root@spark220 ~]# uname -a
提示:Linux spark220 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
2、Linux檢視當前作業系統版本資訊
[root@spark220 ~]# cat /proc/version
提示:Linux version 3.10.0-514.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Tue Nov 22 16:42:41 UTC 2016
3、Linux檢視版本當前作業系統發行版資訊
[root@spark220 ~]# cat /etc/redhat-release
提示:CentOS Linux release 7.3.1611 (Core)
4、Linux檢視cpu相關資訊,包括型號、主頻、核心資訊等
[root@spark220 ~]# cat /proc/cpuinfo
提示:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz
stepping : 9
microcode : 0x12
cpu MHz : 2594.158
cache size : 3072 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc aperfmperf eagerfpu pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt aes xsave avx f16c rdrand hypervisor lahf_lm ida arat epb pln pts dtherm fsgsbase smep xsaveopt
bogomips : 5188.42
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
1、Linux檢視版本當前作業系統核心資訊
[root@spark220 ~]# uname -a
提示:Linux spark220 3.10.0-514.el7.x86_64 #1 SMP Tue Nov 22 16:42:41 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
2、Linux檢視當前作業系統版本資訊
[root@spark220 ~]# cat /proc/version
提示:Linux version 3.10.0-514.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-11) (GCC) ) #1 SMP Tue Nov 22 16:42:41 UTC 2016
3、Linux檢視版本當前作業系統發行版資訊
[root@spark220 ~]# cat /etc/redhat-release
提示:CentOS Linux release 7.3.1611 (Core)
4、Linux檢視cpu相關資訊,包括型號、主頻、核心資訊等
[root@spark220 ~]# cat /proc/cpuinfo
提示:
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 58
model name : Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz
stepping : 9
microcode : 0x12
cpu MHz : 2594.158
cache size : 3072 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc aperfmperf eagerfpu pni pclmulqdq ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt aes xsave avx f16c rdrand hypervisor lahf_lm ida arat epb pln pts dtherm fsgsbase smep xsaveopt
bogomips : 5188.42
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:
5、Linux檢視版本說明當前CPU執行在32bit模式下, 但不代表CPU不支援64bit
[root@spark220 ~]# getconf LONG_BIT
提示:64
若澤大資料交流群:671914634
[root@spark220 ~]# getconf LONG_BIT
提示:64
若澤大資料交流群:671914634
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/31511218/viewspace-2149588/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Linux系統如何檢視版本資訊Linux
- 檢視 linux 版本資訊Linux
- Ubuntu下如何檢視GPU版本和使用資訊?UbuntuGPU
- 檢視Linux系統版本資訊Linux
- linux檢視系統版本資訊Linux
- 在Linux下檢視系統版本資訊命令總結Linux
- linux 發行版本資訊的檢視Linux
- 教你如何檢視linux版本Linux
- 【Mysql】如何檢視mysql軟體版本資訊MySql
- centos檢視版本資訊CentOS
- 在Linux中,如何檢視當前系統的版本資訊?Linux
- linux檢視cpu、記憶體、版本資訊Linux記憶體
- Linux中命令列下檢視硬體資訊及系統版本Linux命令列
- 教你如何用MongoDB檢視版本資訊詳解MongoDB
- 檢視weblogic版本資訊Web
- 檢視Linux版本系統資訊方法彙總Linux
- Linux系統glibc庫版本資訊檢視Linux
- 如何檢視red hat linux 的版本Linux
- Linux檢視版本資訊及CPU核心、型號等Linux
- Linux下檢視記憶體,CPU資訊Linux記憶體
- 如何檢視Linux作業系統版本?Linux作業系統
- linux下檢視mysql版本的四種方法LinuxMySql
- 檢視Linux核心版本Linux
- linux檢視程式版本Linux
- (轉)檢視linux版本Linux
- linux下使用tomcat檢視控制檯資訊LinuxTomcat
- 6、mysql與suse檢視版本資訊MySql
- Oracle檢視版本號等其他資訊Oracle
- 如何檢視 Linux Mint 版本號和代號Linux
- 如何檢視Linux系統是什麼版本?Linux
- Linux 安全資訊檢視Linux
- 檢視ubuntu版本與linux核心版本UbuntuLinux
- [Mac OS X] 如何在終端檢視 Mac OS 版本資訊Mac
- 如何檢視Oracle JDBC版本OracleJDBC
- linux檢視tomcat版本LinuxTomcat
- 【Linux檢視tomcat版本】LinuxTomcat
- LINUX檢視系統版本Linux
- Linux 系統下檢視硬體資訊命令大全Linux