How to update Kernel on Centos ?

kumkumsharma

Administrator
Staff member
You can check below steps to update Kernel on server:
  • Login to SSH.
  • And run below command to install update.
Code:
#yum update kernel
  • After installing it you have to reboot the server to applying changes.
Code:
Reboot.
 
Top