Linux定时任务

Posted hejian2836

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux定时任务相关的知识,希望对你有一定的参考价值。

是一种周期性工作,方便工作人员维护软件,提高效率。定时任务默认频率为每分钟,每一行代表一个定时任务

Windows7系统的定时任务
1,点击“开始”---“所有程序”---“附件”---“系统工具”---选择“任务计划程序”
技术图片

Linux系统定时任务存放位置

cat /etc/logrotate.d/syslog
/var/log/cron
/var/log/maillog
/var/log/messages
/var/log/secure
/var/log/spooler

    missingok
    sharedscripts
    postrotate
    /bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true
    endscript

以上是关于Linux定时任务的主要内容,如果未能解决你的问题,请参考以下文章

linux设置定时任务

Linux设置定时任务

linux 系统定时任务 服务 详解

linux 系统定时任务 服务 详解

linux 下cron定时任务为啥没执行

linux如何创建PHP定时任务