查看各种Linux系统版本信息的Shell命令
几种查看Linux版本信息的方法:
1. uname -a
2. cat /proc/version
3. cat /etc/issue
4. lsb_release -a
其中lsb_release -a命令显示的信息最详细: