查询linux版本信息的命令是什么
时间:2022-02-28 15:05
命令:1、“lsb_release -a”,该命令可查看所有linux系统版本;2、“cat /etc/redhat-release”,该命令只适合Redhat系的linux;3、“cat /etc/issue”,此命令也适用于所有的版本。 本教程操作环境:linux7.3系统、Dell G3电脑。 查询linux版本信息的命令是什么 1、lsb_release -a,即可列出所有版本信息: 这个命令适用于所有的Linux发行版,包括RedHat、SUSE、Debian…等发行版。 2、cat /etc/redhat-release,这种方法只适合Redhat系的Linux: [root@S-CentOS home]# cat /etc/redhat-release CentOS release 6.5 (Final) 3、cat /etc/issue,此命令也适用于所有的Linux发行版。 相关推荐:《Linux视频教程》 以上就是查询linux版本信息的命令是什么的详细内容,更多请关注gxlcms其它相关文章!