Hi guys, I was wondering if I have three script files on crontab and all
they are executed at the same hour how it's function ??? I mean:

#
#minute    hour    mday    month    wday    who    command
#
0                0            *        *            *      root
/path/one/script1
0                0            *        *            *      root
/path/two/script2
0                0            *        *            *      root
/path/three/script3

they are executed at the same time or in order ??? thankssssssss

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to