文章目录
一、查看/更换系统内核
1.1 查看当前运行环境的内核
[root@localhost ~]# uname -sr
Linux 3.10.0-957.el7.x86_64
1.2 查看系统上所有可用内核
[root@localhost ~]# awk -F\' '$1=="menuentry " {print i++ " : " $2}' /etc/grub2.cfg
0 : CentOS Linux (3.10.0-1160.105.1.el7.x86_64) 7 (Core)
1 : CentOS Linux (3.10.0-1160.76.1.el7.x86_64) 7 (Core)
2 : CentOS Linux (3.10.0-1160.53.1.el7.x86_64) 7 (Core)
3