ubuntu查看版本命令

有时候我们安装软件或者搭建服务的时候,需要了解当前系统的版本信息,下面几个命令可以帮助我们查看当前ubuntu系统的版本信息。

在命令终端输入

1.cat /etc/issue(简单)
2.cat /etc/lsb-release(具体)
3.sb_release -a
4.uname -a(内核)
5.cat /proc/version(具体)

猜你喜欢

转载自www.cnblogs.com/zqifa/p/12910870.html