其他 2018-03-08 14:18:19

centos服务器定时重启

  1. vim /etc/crontab
  2. a b c d e root init 6 图片描述
  3. 重启crond服务
    /etc/rc.d/init.d/crond stop
    /etc/rc.d/init.d/crond start