linux 服务器定时重启reboot
1.先看看最近服务
使用
last
可以看到这里面有大量的reboot命令
2.然后就是查看当前的crond 是否执行
service crond status
结果能够看到crond正在运行
停止crond服务
/sbin/service crond stop
3.从开机自启动中干掉crond
查看当前开机自启动选项
chkconfig --list crond
然后干掉它
chkconfig --del crondchkconfig --list crond