Linux查看系統版本

辨識標準

首先要清楚什麼樣標識是32位的,什麼樣的是64位的。centos

PC server X86 系列dom

I386--I686 都是32位ui

x86_64 是 64位spa

命令實在是不要太多,爲了防止選擇性障礙,一致選擇第一種方式,後面的僅做爲補充。code

查看系統位數
方法1:

[root@localhost bob]# uname -a
Linux localhost.localdomain 3.10.0-862.el7.x86_64 #1 SMP Fri Apr 20 16:44:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

方法2:顯示系統程序信息server

[root@localhost bob]# file /bin/ls
/bin/ls: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.32, BuildID[sha1]=c5ad78cfc1de12b9bb6829207cececb990b3e987, stripped

方法3:ip

[root@localhost bob]# cat /proc/version
Linux version 3.10.0-862.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-28) (GCC) ) #1 SMP Fri Apr 20 16:44:24 UTC 2018

查看系統版本

方法1:it

[root@localhost bob]# cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"

CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"

方法2:查看具體版本io

[root@localhost bob]# cat /etc/redhat-release
CentOS Linux release 7.5.1804 (Core)

方法3:table

[root@localhost bob]# rpm -q centos-release
centos-release-7-5.1804.el7.centos.x86_64

查看內核版本

方法1:

[root@localhost bob]# cat /proc/version
Linux version 3.10.0-862.el7.x86_64 (builder@kbuilder.dev.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-28) (GCC) ) #1 SMP Fri Apr 20 16:44:24 UTC 2018

方法2:

[root@localhost bob]# uname -a
Linux localhost.localdomain 3.10.0-862.el7.x86_64 #1 SMP Fri Apr 20 16:44:24 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
相關文章
相關標籤/搜索