linux.md 284 Bytes Edit Raw Blame History Permalink linux版本信息 确认linux版本,建议安装在Centos7上 //---------- 查看linux版本号 ----------// // 查看当前版本发行日期 uname -a // 查看linux内核版本,包括gcc版本 cat /proc/version // 查看linux发行版本 cat /etc/centos-release