[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

This is an old revision of the document!


Task Scheduling in Linux

Overview

This article discusses some tools used to schedule tasks to run automatically.

Some task-scheduling daemons used in Linux/UNIX are:

  • cron - the periodic scheduler most commonly used
  • at - schedule one-time tasks for the future
  • anacron - anachronistic cron; a periodic scheduler that doesn't rely on the system being left on 24×7

Sources

 howtos:task_scheduling ()