I want to use cron to run three scripts. I want each file to run only if the previous one or two have ended without any errors. I was thinking of using a system at the end of the first script to call the second and then testing to see its success. Then ofcourse repeating this for the third script. I will be running my cron as root. Is this the best way? safest way?