linux 查看系统版本信息 当前位置: Home » Linux » linux 查看系统版本信息 1、lsb_release -a,这个命令适用于所有的Linux发行版,包括RedHat、SUSE、Debian…等发行版。 2、cat /etc/redhat-release,这种方法只适合Redhat系的Linux 3、cat /etc/issue,此命令也适用于所有的Linux发行版。
Comments | NOTHING