Tutorial by Examples

Debian/Ubuntu # apt-get update & apt-get -y upgrade # apt-get install cron Fedora/CentOS # yum -y update # yum install vixie-cron Arch # pacman --noconfirm -Syu # pacman -S cronie
You can create a new cron entry by simply typing crontab -e on the command line. If it's the first time you want to edit your crontab(le), you will be prompted with an editor selection: no crontab for <user> - using an empty one Select an editor. To change later, run 'select-editor'. ...

Page 1 of 1