主页
奥利奥小屋
其他
2018-03-08 14:18:19
centos服务器定时重启
vim /etc/crontab
a b c d e root init 6
重启crond服务
/etc/rc.d/init.d/crond stop
/etc/rc.d/init.d/crond start