Ubuntu 查看版本信息

使用 cat 命令查看 /proc/version 文件:

# cat /proc/version
Linux version 5.0.0-37-generic (buildd@lcy01-amd64-023) (gcc version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #40~18.04.1-Ubuntu SMP Thu Nov 14 12:06:39 UTC 2019

使用 uname 打印系统信息:

# uname -a
Linux mk-Lenovo-Y430P 5.0.0-37-generic #40~18.04.1-Ubuntu SMP Thu Nov 14 12:06:39 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

使用 lsb_release 命令:

# lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 18.04.3 LTS
Release:	18.04
Codename:	bionic
发布了34 篇原创文章 · 获赞 0 · 访问量 1834

猜你喜欢

转载自blog.csdn.net/qq_29761395/article/details/104076591