NewLinuxGuy
Group: Members
Posts: 17
Joined: Sep. 2006 |
|
Posted: Dec. 03 2006,20:04 |
|
Using apt-get install cron, i installed the cron and verified that it is running by using ps -fe|grep cron.
However, whatever i set up, nothing happend, even a simple scritp as
#!/bin/sh echo Hello > /tmp/cron_check
seems would not start.
I checked man page for cron. It mentioned that cron will email the error message to the account owner. Now my question is that "do I need a mail client/server to use cron?"
Thank you so much
|