[linux系统]查看内核版本和系统版本方法

查看内核版本信息的两个命令:

uname -a 

cat /proc/version 

查看系统版本的命令:

lsb_release -a

more /etc/issue

cat /etc/redhat-release

rpm -q redhat-release (只适用于redhat)

原文地址:https://www.cnblogs.com/joangaga/p/6249489.html