[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

RH cron job order



It looks to me like the order of cron job executions in RH 'run-parts'
directories depends how the files are read:

for i in $1/*[^~,] ; do
        [ -d $i ] && continue
	...
        if [ -x $i ]; then
                $i
        fi
done

How is this order determined and can I manipulate it?  I know I could just
create a cron entry for the job that must run after but what I really want
is for this job to run after all the other jobs...Also I'm curious.

-Alan
---
Alan D. Mead  /  Research Scientist  /  adm ipat com
Institute for Personality and Ability Testing
1801 Woodfield Dr  /  Savoy IL 61874 USA
217-352-4739 (v)  /  217-352-9674 (f)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]