I have a csh file that does backups for specific application. This file was written by a third party vendor and when run via root on the command line executes perfectly, but when I added the script to the cron job it doesn't seem to work (cron is running fine with normal commands such as ps -ef > /etc/test.txt). I have looked at /var/cron/log and I see the file processed, but I'm not sure if it ran. It should have created folders and directories, but it did not do so with the cron. The script has the "#!/bin/csh" on the first line. Any ideas to fix thsi problem would be much appreciated. Thank you!