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="nameThis email address is being protected from spambots. You need JavaScript enabled to view it.;
3 * * * * apt-get -s -qq dist-upgrade /dev/null 2>&1





  crontab1


Source/Quellen:
- Linux Crontab: 15 Awesome Cron Job Examples
- askubuntu.com | why-crontab-scripts-are-not-working
- crontab.guru/
- help.ubuntu.com | CronHowto 
-
-
-
-
-