Re: [newbie] Michael-Pine

2000-05-22 Per discussione Monty Malik
I run getmail as a cron job and have it set to check the server every 10 minutes. It works greats, and is easy to configure. Here is the excerpt from my cron file: 0,10,20,30,40,50 8 * * * * /home/monty/getmail-1.10/getmail -n Hope this helps Monty On Tue, May 16, 2000 at 10:40:48PM -0700,

[newbie] Two Questions

2000-05-04 Per discussione Monty Malik
Hi all, Just a few questions. But first my configuration. I am running Mandrake 7.02 on a PII 400 with 128M Ram, using enlightenment as a windows manager. Now down to the questions: Samba Problems: I am trying to consistently connect to a directory on a win98 machine. I can connect fine

Re: [newbie] Crontab

2000-04-07 Per discussione Monty Malik
Thanks a lot for clearing that up. The man pages were not very clear. Monty On Fri, Apr 07, 2000 at 12:20:48AM -0400, Bob Chin wrote: Monty Malik wrote: Hello all, I just have a quick question about crontab. How do I get a program to run every 10 minutes. I know

[newbie] Crontab

2000-04-06 Per discussione Monty Malik
Hello all, I just have a quick question about crontab. How do I get a program to run every 10 minutes. I know that for something to run every hour the format would be: 1 * * * * /usr/bin/... would I use decimals or fractions to represent 10 minutes? For