有时候我们安装软件或者搭建服务的时候,需要了解当前系统的版本信息,下面几个命令可以帮助我们查看当前ubuntu系统的版本信息。
在命令终端输入
1.cat /etc/issue(简单)2.cat /etc/lsb-release(具体)3.sb_release -a4.uname -a(内核)5.cat /proc/version(具体)
ubuntu查看版本命令
原文:https://www.cnblogs.com/zqifa/p/12910870.html