原查看linux系统版本命令大全
lmseo5hy阅读数:1532019-01-08
一、查看Linux内核版本命令
方法一:cat /proc/version
用法:[root@S-CentOS home]# cat /proc/version
方法二:uname -a
用法:[root@S-CentOS home]# uname -a
二、查看Linux系统版本的命令
方法一:lsb_release -a
用法:[root@S-CentOS ~]# lsb_release -a
注意:使用该命令即可列出所有版本信息linux命令大全,这个命令适用于所有的Linux发行版linux命令大全,包括RedHat、SUSE、Debian等发行版。
方法二:cat /etc/redhat-release
用法:[root@S-CentOS home]# cat /etc/redhat-release
注意:该方法只适合Redhat系的Linux
方法三:cat /etc/issue
用法:[root@S-CentOS home]# cat /etc/issue
注意:该命令也适用于所有的Linux发行版
上一个教程:Linux常用命令及解压各种压缩包命令
下一个教程:Linux常用的命令及ARM开发板的一些技能用法