可以使用以下命令来查看Linux系统内核版本信息:
uname
命令:uname -r
cat
命令查看/proc/version
文件:cat /proc/version
lsb_release
命令:lsb_release -a
dmesg
命令:dmesg | grep "Linux version"
/etc/os-release
文件:cat /etc/os-release | grep "VERSION"
这些命令会显示Linux系统的内核版本信息。
亿速云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读:怎么查看linux内核版本信息