- 方法一:
在终端中执行下列指令:
cat /etc/issue
可以查看当前正在运行的系统版本
ubuntu 上
centos上
- 方法二:
使用 lsb_release 命令也可以显示更加详细的版本信息
sudo lsb_release -a
将输出结果:
ubuntu:
centos:
centos出现lsb_release command not found的情况,需要安装下程序
yum install redhat-lsb
在终端中执行下列指令:
cat /etc/issue
可以查看当前正在运行的系统版本
ubuntu 上
centos上
使用 lsb_release 命令也可以显示更加详细的版本信息
sudo lsb_release -a
将输出结果:
ubuntu:
centos:
centos出现lsb_release command not found的情况,需要安装下程序
yum install redhat-lsb
本文暂时没有评论,来添加一个吧(●'◡'●)