run script through crontab using ksh

hi i have a script called test.sh. the content is ls >> crontest.txt.
if i run manually it's giving output.but if i scheduled in crontab it's not giving output.

crontab entry:

02 * * * * /sms5/SMSHOME/eds_sh/test.sh >> /sms5/SMSHOME/eds_sh/testfile/logfile 2>&1

I am using ksh.is there any difference in ksh in scheduling script in crontab? please suggest....

Hi.

crontest.txt will be in your home directory.

There is a difference.

Here's the link: cron and crontab :slight_smile:

[edit] scott beat me to it, and found the real problem to boot