@SailorXiao
        
        2016-05-05T05:59:27.000000Z
        字数 208
        阅读 2023
    yum linux 内核升级
使用命令:
sudo yum -y update 
直接升级当前系统的内核,以及安装的软件版本,正常而言,使用该方式进行内核升级时,比如centos6.x版本只能升级到kernel2.6.32。 
因此如果要在centos6.x上升级内核到3.10,可以参考: 
http://shareinto.github.io/2015/09/11/centos6-5-kernel-update/
