Linux Crontab nützen
editieren | crontab -e | ||
speicher | |||
Service starten | service cron reload | ||
Cron Kontrolle | |||
crontab -l | |||
tail -f /var/log/syslog | grep CRON | |||
# touch /etc/cron.allow | |||
>/dev/null 2>&1 |
MAILTO="name@domain.ch";
3 * * * * apt-get -s -qq dist-upgrade /dev/null 2>&1
Source/Quellen:
- Linux Crontab: 15 Awesome Cron Job Examples
- askubuntu.com | why-crontab-scripts-are-not-working
- crontab.guru/
- help.ubuntu.com | CronHowto
-
-
-
-
-