markdown HowTo:找出我的Linux发行版名称和版本

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown HowTo:找出我的Linux发行版名称和版本相关的知识,希望对你有一定的参考价值。


## Method #1: /etc/*-release file

```bash
cat /etc/*-release
```

## Method #2: lsb_release Command To Find Out Linux Distribution Name/Version

```bash
lsb_release -a
```
 

以上是关于markdown HowTo:找出我的Linux发行版名称和版本的主要内容,如果未能解决你的问题,请参考以下文章

markdown [Markdown HowTo]作为Markdown语法的秘籍

markdown [Docker HowtTo]如何创建Docker容器#docker #howto

Linux netfilter Hacking HOWTO

HowTo: Linux Server Change OR Setup The Timezone

如何配置使用串口设备登录linux终端Linux Serial Console HOWTO

markdown 我的linux片段为RHCSA