1、uname
-a
或者file
/bin/ls可以看系統是32位還是64位
2、more
/proc/version,可以看到回gcc,版本等信息答
3、more
/etc/*release
或cat
/etc/issue可以看版本信息
4、cat
/proc/cpuinfo可以看cpu信息
5、lsb_release
-a也能看版本
6、lspci可以看硬體介面
7、dmidecode可以看主機,cpu及內存等信息
例如:
dmidecode
-t1
Proct
Name:
PowerEdge
R720
Serial
Number:
xxxxxx
dmidecode
-t
processor
dmidecode
-t
memory
Ⅱ linux查看系統版本
linux查看系統版本方法:
操作設備:聯想小新14。
設備系統:linuxubuntu。
操作軟體:XShell6.0.189.0。
1、點擊菜單。
Ⅲ 如何查看linux版本
一、查看Linux內核版本命令(兩種方法):
1、cat /proc/version
[root@S-CentOS home]# cat /proc/version
Linux version 2.6.32-431.el6.x86_64 ([email protected]) (gcc version 4.4.7 20120313 (Red Hat 4.4.7-4) (GCC) ) #1 SMP Fri Nov 22 03:15:09 UTC 2013
2、uname -a
[root@S-CentOS home]# uname -a
Linux S-CentOS 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
二、查看Linux系統版本的命令(3種方法):
1、lsb_release -a,即可列出所有版本信息:
[root@S-CentOS ~]# lsb_release -a
LSB Version: :base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
Distributor ID: CentOS
Description: CentOS release 6.5 (Final)
Release: 6.5
Codename: Final
這個命令適用於所有的Linux發行版,包括RedHat、SUSE、Debian…等發行版。
2、cat /etc/redhat-release,這種方法只適合Redhat系的Linux:
[root@S-CentOS home]# cat /etc/redhat-release
CentOS release 6.5 (Final)
3、cat /etc/issue,此命令也適用於所有的Linux發行版。
[root@S-CentOS home]# cat /etc/issue
CentOS release 6.5 (Final)
Kernel \r on an \m
更多Linux詳細知識可參考《Linux就該這么學》。
Ⅳ linux系統查看系統版本命令
一、查看Linux內核版本命令
方法一:cat/proc/version
用法:[root@S-CentOS home]# cat /proc/version
方法二:uname-a
用法:[root@S-CentOS home]# uname-a
二、查看Linux系統版本的命令
方法一:lsb_release -a
用法:[root@S-CentOS ~]# lsb_release -a
注意:使用該命令即可列出所有版本信息,這個命令適用於所有的Linux發行版,包括RedHat、SUSE、Debian等發行版。
方法二:cat /etc/redhat-release
用法:[root@S-CentOS home]# cat /etc/redhat-release
注意:該方法只適合Redhat系的Linux
方法三:cat /etc/issue
用法:[root@S-CentOS home]# cat /etc/issue
注意:該命令也適用於所有的Linux發行版
Ⅳ linux如何查看系統版本
我告訴你幾個方法,我使用的是redhat
cat /etc/issue //查看linux的版本信息
lsb_release -a //查看LSB本身回的版本信息
uname -r //Kernel版本
這三個可以解答決你的問題了
Ⅵ linux如何查看系統版本
1、通常可以點來任務欄上源的終端軟體。