要查看Linux系统的版本和内核版本,可以使用以下命令:
1、查看系统版本:
```bash
lsb_release -a
```
或者
cat /etc/os-release
2、查看内核版本:
uname -r