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
-
apt-get install cron
- Ubuntu
-
apt-get install cron
- Kali Linux
-
apt-get install cron
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cron
- Raspbian
-
apt-get install cron
- Dockerfile
- dockerfile.run/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