Jun 10, 2019 ulysses
How to check which kernel is running on your system
uname -sr
List all kernels installed on the system.
rpm -q kernel
Removing old kernels using package-cleanup. This keeps 2 kernels on the system.
yum install yum-utils package-cleanup --oldkernels --count=2