Jump to content

[Solved] Cron Jobs


mrj

Recommended Posts

Hi,

After execution, cron jobs deleted automaticaly. Can I make the job permanent and will run in every 4 min? I need delete all directory inside /home/mrj/wap/files in every 4 min.

Link to comment
Share on other sites

Cron is limited to 2 executions a day, so no. The most you could do is a single job every 12 hours.

 

If you put the script somewhere accessible by browser, we can set up a call to the URL that runs every 4 minutes though.

Link to comment
Share on other sites

You can't do it yourself.

 

You need to write the PHP script you want to run, upload it somewhere in your pubilc_html, and post the URL to the script here. Once you do, I'll pass it along to the root admin so a root admin can set it up for you.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...