Hey Scripting Gurus,

     I set up a crontab for root to run a script.  The script was written for
bash.  I found out that cron runs under sh?  When the job kicks off, it can't
find ifconfig or grep, which are part of the script.  Email is sent to root
"ifconfig : command not found"  "grep : command not found".  Is it possible to
make ifconfig and grep "available" to sh?  Is it possible to force cron to run
under bash?
Does what I am asking make any sense?
After finally hashing out the script, I never thought I would hit a brick wall
with cron :-(



Thanks,
Bryan

Reply via email to