查看Linux系统/内核版本的命令

本文介绍了如何在Linux系统中查看版本信息,包括使用`lsb_release -a`命令列出详细版本和通过`cat /proc/version`及`uname -a`获取内核版本。当`lsb_release`命令未找到时,通过`yum install -y redhat-lsb`进行安装。内容涵盖了Linux版本查询的基本操作和常见问题解决。
摘要由CSDN通过智能技术生成

一、Linux系统版本

1、lsb_release -a,即可列出所有版本信息:

[root@VM-20-13-centos ~]# lsb_release -a
LSB Version:	:core-4.1-amd64:core-4.1-noarch:cxx-4.1-amd64:cxx-4.1-noarch:desktop-4.1-amd64:desktop-4.1-noarch:languages-4.1-amd64:languages-4.1-noarch:printing-4.1-amd64:printing-4.1-noarch
Distributor ID:	CentOS
Description:	CentOS Linux release 7.6.1810 (Core) 
Release:	7.6.1810
Codename:	Core

遇到的问题:【报错】-bash: lsb_release: command not found

[root@VM-20-13-centos ~]# lsb_release -a
-bash: lsb_release: command not found

解决办法:使用yum安装lsb

[root@VM-20-13-centos ~]# yum install -y redhat-lsb
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
Resolving Dependencies
……

二、内核版本

1、cat /proc/version

[root@VM-20-13-centos ~]# cat /proc/version
Linux version 3.10.0-1160.62.1.el7.x86_64 (mockbuild@kbuilder.bsys.centos.org) (gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) ) #1 SMP Tue Apr 5 16:57:59 UTC 2022

2、uname -a

[root@VM-20-13-centos ~]# uname -a
Linux VM-20-13-centos 3.10.0-1160.62.1.el7.x86_64 #1 SMP Tue Apr 5 16:57:59 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值