查询当前ubuntu版本号的命令

Linux 查看内核版本号

uname -a	

在这里插入图片描述

lsb_release -a 显示Ubuntu版本号

在这里插入图片描述
cat /proc/version
在这里插入图片描述