[CentOS] Confusion about scheduling tasks with crontab
ken
gebser at mousecar.comSun Oct 18 22:15:06 UTC 2009
- Previous message: [CentOS] Confusion about scheduling tasks with crontab
- Next message: [CentOS] Confusion about scheduling tasks with crontab
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 10/18/2009 11:13 AM Alan McKay wrote: >> how would I go about that? The thing is: I'd like to know an orthodox >> way to go about this. > > crontab -e > > and then just put in your entry > > * 7 * * * /your/command I think you meant: 0 7 * * * /your/command The asterisk will make the command run every minute during the seven o'clock hour. The OP wanted his script to run at 7:00 Yes?
- Previous message: [CentOS] Confusion about scheduling tasks with crontab
- Next message: [CentOS] Confusion about scheduling tasks with crontab
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the CentOS mailing list