Typically you would put it into /etc/cron.daily or schedule it as a new cron job and put it anywhere you like..
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2006-10-03
I don't have those folders. The cron you talk about is another application? Can you explain in detail? Sorry for the dumb questions but I'm not used to the things you are talking about.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Where should the file be placed after modification?
Typically you would put it into /etc/cron.daily or schedule it as a new cron job and put it anywhere you like..
I don't have those folders. The cron you talk about is another application? Can you explain in detail? Sorry for the dumb questions but I'm not used to the things you are talking about.
Save the file to you home directory and then setup a cron job to run once a day using the "crontab -e" command..
See here for how to do that..
http://www.adminschoice.com/docs/crontab.htm