欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Linux- 查看操作系统发行版本号

程序员文章站 2022-07-06 14:14:52
...

查看linux 系统的发行版本方式有很多,笔者介绍几种最常用的方式.,

1. lsb_release命令

并不是所有的操作系统都内置安装了此命令. 如果操作系统没有安装此命令,可以使用下面的命令.

$ 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.8 (Final)
Release:	6.8
Codename:	Final

2. 查看文件 /etc/xx-release

通常linux 操作系统在/etc目录下都会存放一个xxx-release 文件, 该文件记录操作系统的相关发行信息. 不同类型的操作系统的文件名不同.

2.1 RedHat 系列

$ cat os-release 
NAME="Linux Mint"
VERSION="19.1 (Tessa)"
ID=linuxmint
ID_LIKE=ubuntu
PRETTY_NAME="Linux Mint 19.1"
VERSION_ID="19.1"
HOME_URL="https://www.linuxmint.com/"
SUPPORT_URL="https://forums.ubuntu.com/"
BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/"
PRIVACY_POLICY_URL="https://www.linuxmint.com/"
VERSION_CODENAME=tessa
UBUNTU_CODENAME=bionic

2.2 LinuxMint 系列

# cat redhat-release 
Red Hat Enterprise Linux Server release 6.3 (Santiago)

3. 查看文件/etc/issue

常见的linux 系统在/etc 目录中都会存放一个issue 文件, 次文件记录操作系统的版本号.

3.1 RedHat 系列

$cat /etc/issue
CentOS release 6.8 (Final)
Kernel \r on an \m

3.2 LinuxMint 系列

$ cat /etc/issue
Linux Mint 19.1 Tessa \n \l