Automating Tasks with Cron and At

Automating Tasks with Cron and At

There are two little applications that are often missed by new system administrators and/or desktop users and these are cron and at. These little critters can make your life easy when running resource intensive tasks that can wait until everyone is no longer using the system or when the demand for CPU resource is low.

When you need to run a task or two regularly, at set intervals, you use cron. When you need to run a task at a specific time, you use at. To better understand it (so you can maximize its power), here's a Linux tip from IBM's Ian Shields.

So, when you need to empty the cache regularly at quarter-past two in the morning, no need to wake up, remotely login and do it yourself – just let cron do the job. :)


This entry was posted on Saturday, July 21st, 2007 at 10:18 pm and is filed under Utilities. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply