查看Ubuntu系统的版本信息方法

2018-09-05 13:38:39 3757

下面是一些查看当前Linux系统的版本的方法: 
注:proc目录下记录的当前系统运行的各种数据,version记录的版本信息可以通过cat查看到。

1. 使用命令:cat /proc/version 
image.png

proc目录下记录的当前系统运行的各种数据,version记录的版本信息可以直接通过cat查看到,还可以看到gcc版本信息。

2. 使用命令:uname -a

image.png

如上图显示自己的内核版本,并且可以查看系统是32位(i386);

$ uname -m 
i38612

3. 使用命令:lsb_release -a

image.png

# lsb_release --help
Usage: lsb_release [options]

Options:
  -h, --help         show this help message and exit  -v, --version      show LSB modules this system supports  -i, --id           show distributor ID  -d, --description  show description of this distribution  -r, --release      show release number of this distribution  -c, --codename     show code name of this distribution  -a, --all          show all of the above information  -s, --short        show requested information in short format 123456789101112

4. 使用命令:cat /etc/issue

image.png


提交成功!非常感谢您的反馈,我们会继续努力做到更好!

这条文档是否有帮助解决问题?

非常抱歉未能帮助到您。为了给您提供更好的服务,我们很需要您进一步的反馈信息:

在文档使用中是否遇到以下问题: