一.查看Linux的內核版本:io
1.uname -a方法
2.cat /proc/versiondi
二.查看Linux的系統版本:co
1.lsb_release -a,便可列出全部版本信息display
(這個命令適用於全部的Linux發行版,包括RedHat、SUSE、Debian…等發行版。)redhat
2.cat /etc/redhat-release,這種方法只適合Redhat系的Linux內核
3.cat /etc/issue,此命令也適用於全部的Linux發行版版本