Hello All,
I need a little help in setting a cron job. I have a php command script i need to have run Daly. I am using freebsd stable 4.9.
What have you tried to do so far?
One thing you might find easier than cron is periodic. See "man periodic" and take a look at the scripts in /etc/periodic/daily/ You can simply add your script to that directory, and periodic will execute it daily with all the others.
-- Bill Moran Potential Technologies http://www.potentialtech.com _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"