cron

A system scheduler for running jobs or tasks unattended. The command to submit, edit or delete entries to cron is called crontab.

Install

All systems
curl cmd.cat/cron.sh
Debian Debian
apt-get install cron
Ubuntu
apt-get install cron
image/svg+xml Kali Linux
apt-get install cron
Windows (WSL2)
sudo apt-get update sudo apt-get install cron
Raspbian
apt-get install cron

A system scheduler for running jobs or tasks unattended. The command to submit, edit or delete entries to cron is called crontab.

  • View documentation for managing `cron` entries:
    tldr crontab

© tl;dr; authors and contributors