<DIV>I'm using Ubuntu 6.06 for my web server.&nbsp; I've written a Perl program to parse my /var/log/messages file and place certain data into a mySQL database.&nbsp; I use PHP to read that database and create a nice webpage for myself to I can check the log easily.&nbsp; The question is, where should I place the Perl program?&nbsp; It should only be run as root and I'd like to create a daily cron job to run it.&nbsp; Options are (among others):</DIV>  <DIV>&nbsp;</DIV>  <DIV>/bin</DIV>  <DIV>/sbin</DIV>  <DIV>/root</DIV>  <DIV>&nbsp;</DIV>  <DIV>?</DIV>