几种查看linux版本信息的方法: 1. uname -a 2. cat /proc/version 3. cat /etc/issue 4. lsb_release -a
CentOS中-bash: lsb_release: command not found错误的解决方法
先看看这个命令属于哪个软件包: yum provides */lsb_release
可以看出,属于redhat-lsb这个包,那么接着使用yum安装这个包
yum install redhat-lsb