方法1:
cat /proc/version
方法2:
uname -a
方法1:
lsb_release -a
LSB是Linux Standard Base的缩写,lsb_release命令用来显示LSB和特定版本的相关信息。使用该命令即可列出所有版本信息,这个命令适用于所有的Linux发行版,包括RedHat、Debian等发行版。若显示command not found,则需安装相关软件包。
方法2:
cat /etc/redhat-release
该方法只适合Redhat系的Linux系统。
方法3:
cat /etc/issue
该命令也适用于所有的Linux发行版。