I've got a situation thats baffling me...
I sucessfully run cron jobs every nite on my solaris 8 system. I have problem with adding to that cron. I use crontabs -e to edit the file.
I can execute the file just fine directly.
File---
df -k > ./leon-test.log
echo `cat ./leon-test.log`
echo "This is the output from the df command"
cron entry---
26 * * * * /bin/sh /home/admin/leon.sh
Any ideas???????
Thx
Leon
I sucessfully run cron jobs every nite on my solaris 8 system. I have problem with adding to that cron. I use crontabs -e to edit the file.
I can execute the file just fine directly.
File---
df -k > ./leon-test.log
echo `cat ./leon-test.log`
echo "This is the output from the df command"
cron entry---
26 * * * * /bin/sh /home/admin/leon.sh
Any ideas???????
Thx
Leon