如何查看centos7.6的内核和系统版本

1.查看Linux内核版(2种方法)

cat /proc/version

uname -a

2.查看Linux系统版

cat /etc/redhat-release(这种方法只适合Redhat系的Linux)

相关文章