Re: Executing a Script every hour
From: Erik Steffl (steffl_at_bigfoot.com)
Date: 09/30/03
- Previous message: Bill West: "apache upgrade"
- In reply to: Christof Hurschler: "Executing a Script every hour"
- Next in thread: David Z Maze: "Re: Executing a Script every hour"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Sep 2003 13:47:44 -0700 To: debian-user@lists.debian.org
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
-- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: Bill West: "apache upgrade"
- In reply to: Christof Hurschler: "Executing a Script every hour"
- Next in thread: David Z Maze: "Re: Executing a Script every hour"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|