Linux定时任务 - lianggx6/Tools GitHub Wiki

  1. 查看当前用户布置的定时任务
    crontab -l
  2. 编辑crontab任务
    crontab -e
  3. 重新加载cron
    service cron reload