Cron Installation On A Debian, Ubuntu, Kali And Raspbian

Cron Installation On A Debian, Ubuntu, Kali And Raspbian

cron

process scheduling daemon

Maintainer: Javier Fernu00e1ndez-Sanguino Peu00f1a



Section: admin

Install cron

  • Debian apt-get install cron Click to copy
  • Ubuntu apt-get install cron Click to copy
  • Kali Linux apt-get install cron Click to copy
  • Raspbian apt-get install cron Click to copy

cron

process scheduling daemon

The cron daemon is a background process that runs particular programs at particular times (for example, every minute, day, week, or month), as specified in a crontab. By default, users may also create crontabs of their own so that processes are run on their behalf. Output from the commands is usually mailed to the system administrator (or to the user in question); you should probably install a mail system as well so that you can receive these messages. This cron package does not provide any system maintenance tasks. Basic periodic maintenance tasks are provided by other packages, such as checksecurity.

Installing cron command is simple. just copy one of the above commands for your operating system and paste it into terminal. This command is available for Debian, Ubuntu, Kali and Raspbian operating systems. Once you run the command it will install the latest version of cron 2024 package in your OS.