当前位置:  技术问答>linux和unix

关于定时任务的问题

    来源: 互联网  发布时间:2017-05-17

    本文导语:  我用QT编了一个往数据库里写数据的程序。想用定时任务cron,root账户定时往数据库里写。但是总是提示我crontab设置失败。 以下是配置文件 # Edit this file to introduce tasks to be run by cron. #  # Each task to run has to...

我用QT编了一个往数据库里写数据的程序。想用定时任务cron,root账户定时往数据库里写。但是总是提示我crontab设置失败。
以下是配置文件
# Edit this file to introduce tasks to be run by cron.

# Each task to run has to be defined through a single line
# indicating with different fields when the task will be run
# and what command to run for the task

# To define the time you can provide concrete values for
# minute (m), hour (h), day of month (dom), month (mon),
# and day of week (dow) or use '*' in these fields (for 'any').# 
# Notice that tasks will be started based on the cron's system
# daemon's notion of time and timezones.

# Output of the crontab jobs (including errors) is sent through
# email to the user the crontab file belongs to (unless redirected).

# For example, you can run a backup of all your user accounts
# at 5 a.m every week with:
# 0 5 * * 1 tar -zcf /var/backups/home.tgz /home/

# For more information see the manual pages of crontab(5) and cron(8)

# m h  dom mon dow   command
*/2 * * * * /var/spool/cron/root/test/CrontabTest

|
报什么错误啊

|
执行命令:
crontab -e

直接在里面添加:
*/2 * * * * /var/spool/cron/root/test/CrontabTest > /var/tmp/test.log 2>&1

    
 
 

您可能感兴趣的文章:

  • 关于“多任务”的初学者问题
  • 请教Linux计划任务问题
  • crontab 定时任务问题
  • linux c 多线程问题任务分配问题
  • Linux定时执行任务问题
  • crontab任务问题
  • crontab计划任务问题
  • 系统任务问题,会再加分的!
  • 任务栏的问题?
  • crond任务设置问题
  • crontab定时任务问题,请大家帮忙。。
  • 一个计划任务问题
  • 那位高人有任务分配问题的禁忌搜索算法、模拟退火算法的算法实现程序啊
  • 关于定时任务与执行*.sh结果不同问题?
  • 编辑/etc/crontab来启动任务的问题!!!
  • 请教定时任务的问题!!急!!!
  • 多任务的并发通讯与控制问题
  • 关于gnome下的任务管理器,显示数据问题。
  • 我以一个Linux的user登录进去,从任务拦用鼠标右键新建一个Launcher时总是出现程序崩溃的错误,而从桌面新建Launcher就没问题,别的user
  • 有关系统休眠跟定时任务问题
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 请问ucosii中的任务为什么必须是无限循环呢,这样的话任务不是永远不结束了吗?
  • 单任务的OS,模拟多任务,这样的程序结构行不行?大家进来看看
  • ucosII 实现允许存在同优先级任务,ID应该怎么设置?更改优先级后任务ID怎么办?
  • 请问操作系统中任务调度主要有哪些策略,LINUX用哪种啊??实时操作系统又有哪些任务调度哪些策略啊??
  • java自定义任务类定时执行任务示例 callable和future接口使用方法
  • 我对“多人多任务系统”的困惑,求解释。
  • 任务调度分配器 taobao-pamirs-schedule
  • java使用任务架构执行任务调度示例
  • 急求 公平的兼顾优先级的任务分发算法!!
  • crontab 执行定时任务
  • 分布式任务调度平台 EasySchedule
  • linux字符模式下怎样可以运行两个任务(开两个终端)
  • 项目和任务管理系统 Scrumix
  • 任务和待办事务管理器 PlanCake
  • 任务管理系统 phpaga
  • 任务/项目管理 todoyu
  • 任务跟踪系统 BORG
  • 作业任务调度引擎 JobServer
  • 基于任务的项目管理软件 TaskPm
  • 简单的任务管理框架 Tasklet


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,