乐趣区

关于SegmentFault:linux查看系统版本命令

** 一、查看 Linux 零碎发行版本
**

命令 1:lsb_release -a

该命令实用于所有 Linux 零碎,会显示出残缺的版本信息,包含 Linux 零碎的名称,如 Debian、Ubuntu、CentOS 等,和对应的版本号,以及该版本的代号,例如在 Debian 8 中将会显示代号 jessie。

$ lsb_release -a``No LSB modules are available. ``Distributor ID: Debian ``Description: Debian GNU``/Linux` `8.0 (jessie) ``Release:  8.0 ``Codename:  jessie 

命令 2:cat /etc/issue

该命令实用于所有 Linux 零碎,显示的版本信息较为简略,只有零碎名称和对应版本号。

$ ``cat` `/etc/issue``Debian GNU``/Linux` `8 \n \1 

命令 3:cat /etc/redhat-release

该命令仅实用于 Redhat 系列的 Linux 零碎,显示的版本信息也较为简略。

$ ``cat` `/etc/redhat-release``CentOS release 6.0 (Final) 

** 二、查看 Linux 内核版本
**

命令 1:uname -a

$ ``uname` `-a``Linux CodeBelief 3.16.0-4-amd64 ``#1 SMP Debian 3.16.7-ckt9-3~deb8ul (2015-04-24) x86_64 GNU/Linux 

命令 2:cat /proc/version

$ ``cat` `/proc/version``Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.8.4 (Debian 4.8.4-1) ) ``#1 SMP Debian 3.16.7-ckt9-3~deb8ul (2.15-04-24)

以上就是用于查问 Linux 零碎版本的常见命令,心愿对大家有所帮忙。

退出移动版