[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Executing a Script every hour



Christof Hurschler wrote:
Hi,

I've scanned the cron man pages, but it seems that cron is only set up to do daily, weekly, and monthly jobs in Debian.

Is there a simpe way to have a script execute at shorter time intervals. I'd

  you can specify the values separated by commas, example for minutes:

00,15,30,45 * ...

  would be executed every 15 minutes

there are other ways to specify when it should be run, read man 5 crontab carefully (not man crontab), 5 is section traditionally used for file formats

	erik



Reply to: