美文网首页
定时任务crontab

定时任务crontab

作者: 归侠与客 | 来源:发表于2019-04-30 13:25 被阅读0次

    https://blog.csdn.net/frank_ldw/article/details/81219289
    https://blog.csdn.net/qq_34206560/article/details/80900729
    https://blog.csdn.net/xy707707/article/details/80938231
    https://www.cnblogs.com/xd502djj/p/4292781.html

    crontab -e
    30 23 * * * bash some.sh >> some.log
    
    sudo cat /var/log/cron.log
    

    注:Ubuntu 默认没有开启cron log.
    在/etc/rsyslog.d/50-default.conf文件中取消#cron.* /var/log/cron.log注释符号#, 并重启rsyslog sudo service rsyslog restart

    相关文章

      网友评论

          本文标题:定时任务crontab

          本文链接:https://www.haomeiwen.com/subject/vepmnqtx.html