cron_automation

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
cron_automation [2016/08/04 14:44] walkeradmincron_automation [2017/01/29 18:08] (current) walkeradmin
Line 1: Line 1:
 ====== Cron Automation ======= ====== Cron Automation =======
 +<color darkorange>2016</color>
 \\  \\ 
 \\  \\ 
-This information comes from "https://help.ubuntu.com/community/CronHowto"\\ +\\  
 +This information comes from  
 +"https://help.ubuntu.com/community/CronHowto"\\ 
 \\  \\ 
 To edit the cron job list: To edit the cron job list:
 \\  \\ 
-    sudo crontab -e+    crontab -e (don't sudo, or you will change root cron, not your user cron)
 \\  \\ 
 Then add your job, which has the format: Then add your job, which has the format:
Line 38: Line 41:
           CGroup: /system.slice/cron.service           CGroup: /system.slice/cron.service
               └─453 /usr/sbin/cron -f               └─453 /usr/sbin/cron -f
 +\\ 
 +\\ 
 +===== Check Jobs =====
 +\\ 
 +    crontab -lu pi
 +    
 +    Shows current cron jobs for user pi
 \\  \\ 
 \\  \\ 
  
  
cron_automation.1470321874.txt.gz · Last modified: (external edit)