How to automate tasks with cron jobs
Saturday, July 3rd, 2010 91 viewsCron is a Linux service that runs in the background. On a dedicated server, cron is extremely valuable because you can automate repetitive commands and tasks. For example, if you want a certain log to be purged every day, you can create a script to perform the task and then tell cron to run the [...]

