700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > linux oracle 查看版本号 Linux下如何查看版本信息

linux oracle 查看版本号 Linux下如何查看版本信息

时间:2022-10-14 02:53:29

相关推荐

linux oracle 查看版本号 Linux下如何查看版本信息

1、uname -a (Linux查看版本当前操作系统内核信息)

[root@izuf66j2kiq945yl5br4ubz yum.repos.d]# uname -a

Linux izuf66j2kiq945yl5br4ubz 3.10.0-514.26.2.el7.x86_64 #1 SMP Tue Jul 4 15:04:05 UTC x86_64 x86_64 x86_64 GNU/Linux

2、cat /proc/version (Linux查看当前操作系统版本信息)

[root@izuf66j2kiq945yl5br4ubz yum.repos.d]# cat /proc/version

Linux version 3.10.0-514.26.2.el7.x86_64 (builder@kbuilder.) (gcc version 4.8.5 0623 (Red Hat 4.8.5-11) (GCC)

) #1 SMP Tue Jul 4 15:04:05 UTC

3、cat /etc/issue 或cat /etc/redhat-release(Linux查看版本当前操作系统发行版信息)

[root@izuf66j2kiq945yl5br4ubz yum.repos.d]# cat /etc/redhat-release

CentOS Linux release 7.3.1611 (Core)

4、cat /proc/cpuinfo (Linux查看cpu相关信息,包括型号、主频、内核信息等)

[root@izuf66j2kiq945yl5br4ubz yum.repos.d]# cat /proc/cpuinfo

processor: 0

vendor_id: GenuineIntel

cpu family: 6

model: 85

model name: Intel(R) Xeon(R) Platinum 8163 CPU @ 2.50GHz

stepping: 4

microcode: 0x1

cpu MHz: 2500.016

cache size: 33792 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 mmx fxsr sse sse2 ss ht syscal

l nx pdpe1gb rdtscp lm constant_tsc rep_good nopl eagerfpu pni pclmulqdq ssse3 fma cx16 pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm 3dnowprefetch fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm mpx avx512f avx512dq rdseed adx smap avx512cd avx512bw avx512vl xsaveopt xsavec xgetbv1bogomips: 5000.03

clflush size: 64

cache_alignment: 64

address sizes: 46 bits physical, 48 bits virtual

power management:

5、getconf LONG_BIT (Linux查看版本说明当前CPU运行在32bit模式下, 但不代表CPU不支持64bit

[root@izuf66j2kiq945yl5br4ubz yum.repos.d]# getconf LONG_BIT

64

6、 lsb_release -a

[root@izuf66j2kiq945yl5br4ubz yum.repos.d]# lsb_release -a

LSB Version::core-4.1-amd64:core-4.1-noarch

Distributor ID:CentOS

Description:CentOS Linux release 7.3.1611 (Core)

Release:7.3.1611

Codename:Core

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。