Skip to the content.

查看Linux信息

查看系统版本

适用于Linux发行版本:Redhat、SuSE、Debian、CentOS

cat /etc/redhat-release

适用于 Ubuntu

lsb_release -a

适用于所有Linux

cat /etc/issue

查看内核版本

cat /proc/version
uname -a