[lug] Why cron.allow and cron.deny?

Rob Nagler nagler at bivio.biz
Mon Jan 13 09:16:17 MST 2014


I still don't get it.  What's the difference between cron and this?

while true; do
    sleep 60
    do_something
done

Or, for the more abusive:

while true do
    sleep 60
    ssh some-target.com do_something
done

Rob


More information about the LUG mailing list