linux 查看系统版本
参考博客:https://blog.csdn.net/qq_31278903/article/details/83146031
1 查看系统版本
lsb_release -a
2 Linux查看版本当前操作系统内核信息)
uname -a
3 Linux查看当前操作系统版本信息
cat /proc/version
4 查看centos版本
cat /etc/redhat-release
参考博客:https://blog.csdn.net/qq_31278903/article/details/83146031
lsb_release -a
uname -a
cat /proc/version
cat /etc/redhat-release