lsb_release命令来自英文词组“Linux Standard Base release”的缩写,其功能是用于查看LSB版本信息,帮助Linux系统运维人员快速了解系统情况。
语法格式:lsb_release [参数]
常用参数:
-a | 显示LSB所有信息 |
-d | 显示系统名全称和版本号 |
-i | 显示系统名简称 |
-r | 显示版本号 |
参考示例
显示系统全称和版本号:
[root@linuxcool ~]# lsb_release -d Description: CentOS Stream release 8
显示系统名称简写:
[root@linuxcool ~]# lsb_release -i Distributor ID: CentOSStream
默认现在系统LSB版本信息:
[root@linuxcool ~]# lsb_release LSB Version: :core-4.1-amd64:core-4.1-noarch
显示LSB所有信息:
[root@linuxcool ~]# lsb_release -a LSB Version: :core-4.1-amd64:core-4.1-noarch Distributor ID: CentOS Stream Description: CentOS Stream release 8 Release: 8 Codename: n/a
近期评论