Linux怎么查看版本

Linux怎么查看版本,第1张

1)[root@localhost ~]# cat /proc/version
Linux version 2618-194el5 (mockbuild@builder10centosorg) (gcc version 412 20080704 (Red Hat 412-48)) #1 SMP Fri Apr 2 14:58:14 EDT 2010
2)
[root@localhost ~]# uname -a
Linux localhostlocaldomain 2618-194el5 #1 SMP Fri Apr 2 14:58:14 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
3)
[root@localhost ~]# uname -r
2618-194el5
2 查看linux版本
1) 列出所有版本信息,
[root@localhost ~]# lsb_release -a
LSB Version: :core-31-amd64:core-31-ia32:core-31-noarch:graphics-31-amd64:graphics-31-ia32:graphics-31-noarch
Distributor ID: CentOS
Description: CentOS release 55 (Final)
Release: 55
Codename: Final
注:这个命令适用于所有的linux,包括RedHat、SUSE、Debian等发行版。
2) 执行cat /etc/issue,例如如下:
[root@localhost ~]# cat /etc/issue
CentOS release 55 (Final)
Kernel r on an m
3) 执行cat /etc/redhat-release ,例如如下:
[root@localhost ~]# cat /etc/redhat-release
CentOS release 55 (Final)

1) 登录到服务器执行 lsb_release -a ,即可列出所有版本信息,例如:

[root@355Biz-46 ~]# [root@q1test01 ~]# lsb_release -a  

注:这个命令适用于所有的linux,包括Redhat、SuSE、Debian等发行版。 

1"怎么看linux版本,为您提供怎么看linux版本图文信息,打开linux系统,在linux的桌面的空白处右击。

2在d出的下拉选项里,点击打开终端。

3在终端窗口里输入uname-a,回车后即可查看到电脑和 *** 作系统的相关信息。

4也可以输入cat/etc/issue来查看系统发行版本信息。

查看linux版本信息方法,如下:

首先输入uname -a,即可显示电脑以及 *** 作系统的相关信息,如图

查看正在运行的内核版本,需要输入cat /proc/version,如图:

查看发行版本信息,输入cat /etc/issue,如图:

或者利用lsb_release -a命令,如图:


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/yw/12992320.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-05-29
下一篇 2023-05-29

发表评论

登录后才能评论

评论列表(0条)

保存