duanba8070 2013-02-01 20:47
浏览 73

配置cron每15分钟运行一次URL [关闭]

I'd like to set up a cron job to go to a URL every 15 minutes. I have a VPS with centos 6 on it and access to SSH. This is what I have tried so far with no luck:

  1. In ssh, type "crontab -e"
  2. * /15 * * * * wget (URL HERE)
  3. Hit 'ESC' and type ":wq" to save work and exit

I'm sure theres something wrong with the way I'm writting this out.

  • 写回答

1条回答 默认 最新

  • doqs8936 2013-02-01 20:50
    关注

    There should be no space between the range and the step.

    */15
    
    评论

报告相同问题?

悬赏问题

  • ¥15 gradio的web端页面格式不对的问题
  • ¥15 求大家看看Nonce如何配置
  • ¥15 Matlab怎么求解含参的二重积分?
  • ¥15 苹果手机突然连不上wifi了?
  • ¥15 cgictest.cgi文件无法访问
  • ¥20 删除和修改功能无法调用
  • ¥15 kafka topic 所有分副本数修改
  • ¥15 小程序中fit格式等运动数据文件怎样实现可视化?(包含心率信息))
  • ¥15 如何利用mmdetection3d中的get_flops.py文件计算fcos3d方法的flops?
  • ¥40 串口调试助手打开串口后,keil5的代码就停止了