centos版本号怎么查看

可以通过以下命令查看CentOS版本号:

```
cat /etc/centos-release
```

或者

```
cat /etc/os-release
```

阅读剩余
THE END