On Mon, 13 Sep 2010 13:05:26 +0200 Pierre Schmitz <[email protected]> wrote:
> * the cron is run as nobody and not root (anyone knows how to do this > without sudo? no, su does not work it seems) You can setuid the file and give it a specific owner, it will be run as that user. If that's what you're asking. Also, make sure we don't ddos ourselves. Dieter

