I could not run this script in /etc/crontab

Derek Ragona derek at computinginnovations.com
Tue Feb 28 12:32:04 PST 2006


Check your script for and use full pathnames for commands, cron doesn't 
guarantee you will have a path or any environment variables you don't set 
in your script.

         -Derek


At 02:15 PM 2/28/2006, Halid Faith wrote:
>Hello
>
>I have a script.
>I can run it without a problem as root manually.
>But I have a problem
>I could not run this script in /etc/crontab as below;
>
>*/1     *       *       *       *       root    /root/thescript
>
>What should I do ?
>
>
>
>_______________________________________________
>freebsd-questions at freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"


More information about the freebsd-questions mailing list