阅读806 返回首页    go 阿里云 go 技术社区[云栖]


查看linux版本命令汇总

一、 查看内核版本命令

       cat /proc/version 或 uname -a 或 uname -r

二、查看linux版本

     lsb_release -a 

    cat /etc/issue

    cat /etc/redhat-release 或者rpm -q redhat-release (只适合redhat)

最后更新:2017-04-03 16:49:10

  上一篇:go JSP中获取各种路径的方法
  下一篇:go 图片移动并进行边界判断