查看Ubuntu内核版本和发行版本

内核版本

终端运行命令:

xxx@xxx:~$ uname -r
4.4.0-63-generic

内核信息

终端运行:

xxx@xxx:~$ uname -a
Linux xxxxx(主机名) 4.4.0-63-generic #84-Ubuntu SMP Wed Feb 1 17:20:32 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

发行版本

终端运行:

xxx@xxx:~$ sudo lsb_release -a
LSB Version:    core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
Distributor ID: Ubuntu
Description:    Ubuntu 16.04.2 LTS
Release:    16.04
Codename:   xenial

或者运行:

xxx@xxx:~$ cat /etc/issue
Ubuntu 16.04.2 LTS \n \l

你可能感兴趣的:(查看Ubuntu内核版本和发行版本)