下面是一些查看当前Linux系统的版本的方法:
注:proc目录下记录的当前系统运行的各种数据,version记录的版本信息可以通过cat查看到。
1. 使用命令:cat /proc/version
文章图片
proc目录下记录的当前系统运行的各种数据,version记录的版本信息可以直接通过cat查看到,还可以看到gcc版本信息。
2. 使用命令:uname -a
文章图片
如上图显示自己的内核版本,并且可以查看系统是32位(i386);
$ uname -m
i386
3. 使用命令:lsb_release -a
文章图片
# lsb_release --help
Usage: lsb_release [options]Options:
-h, --helpshow this help message and exit
-v, --versionshow LSB modules this system supports
-i, --idshow distributor ID
-d, --descriptionshow description of this distribution
-r, --releaseshow release number of this distribution
-c, --codenameshow code name of this distribution
-a, --allshow all of the above information
-s, --shortshow requested information in short format
4. 使用命令:cat /etc/issue
【Ubuntu查看系统的各种版本信息】
文章图片
推荐阅读
- 华为打印日志设置
- 第十二届全国大学生信息安全竞赛——华中赛区分区选拔赛总结
- 时钟频率是什么意思()
- centos7下安装Go运行和环境变量
- Django CSS样式加载不出来
- 杂七杂八|【WSL】win10子系统保姆级安装配置指南
- 优化 Hexo 默认主题之为博客添加目录
- 翻译(通过Java编程创建X.509格式的数字签名证书)