Lars Bjarby <[EMAIL PROTECTED]> writes: > My crontab looks like this: > > 0,15,30,45 * * * /home/laban/bin/chkwww
things to try:
1) chmod +x /home/laban/bin/chkwww
2) make sure you 'crontab -e' as same user you use
to run the script from the command prompt
3) try
0,15,30,45 * * * /bin/sh /home/laban/bin/chkwww
4) try
0,15,30,45 * * * /home/laban/bin/chkwww &| mail -s crontab-run
laban
--
things are more like they used to be than they are now.
[EMAIL PROTECTED] *** http://www.dontUthink.com/

