crontab - how do I run a job every 5 minutes from cron?
0 views
Skip to first unread message
EvB
unread,
Sep 6, 2006, 2:24:05 PM9/6/06
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi all, I'm trying to figure out how to run a job every 5 mins from crontab. On linux it seems to be possible by this line: */5 * * * * <command> but AIX (4.3.3) doesn't like this. Thanks in advance.
BD
unread,
Sep 6, 2006, 2:32:57 PM9/6/06
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
In the minutes field, just put "0,5,10,15,20,25,30,35,40,45,50,55".
A bit long, but it'll work.
EvB
unread,
Sep 6, 2006, 2:39:56 PM9/6/06
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message