查看系统版本信息的命令 查看linux版本信息的几种方法:1. uname -a2. cat /proc/version3. cat /etc/issue4. lsb_release -a(适用于所有Linux)