Linux查看系统版本命令 linux学习教程

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux查看系统版本命令 linux学习教程相关的知识,希望对你有一定的参考价值。

一、查看Linux内核版本命令

方法一:cat /proc/version

用法:[[email protected] home]# cat /proc/version

方法二:uname -a

用法:[[email protected] home]# uname -a

二、查看Linux系统版本的命令

方法一:lsb_release -a

用法:[[email protected] ~]# lsb_release -a

注意:使用该命令即可列出所有版本信息,这个命令适用于所有的Linux发行版,包括RedHatSUSEDebian等发行版。

方法二:cat /etc/redhat-release

用法:[[email protected] home]# cat /etc/redhat-release

注意:该方法只适合Redhat系的Linux

方法三:cat /etc/issue

用法:[[email protected] home]# cat /etc/issue

注意:该命令也适用于所有的Linux发行版


以上是关于Linux查看系统版本命令 linux学习教程的主要内容,如果未能解决你的问题,请参考以下文章

《Linux就该这么学》第三课

Linux查看系统版本命令 linux学习教程

《linux就该这么学》第三课

每天学一个 Linux 命令(15):man

Linux学习-kubernetes学习之kubectl命令

Linux就该这么学——新手必须掌握的命令之系统状态检测命令组