Scheduled command execution for your Linux server or workstation
Saturday, August 21, 2010 0:21
The cron daemon is a long running process that executes commands at specific dates and times. To schedule one-time only tasks with cron, use at or batch. For commands that need to be executed repeatedly (e.g. hourly, daily ...