Changes

Jump to navigation Jump to search
40 bytes added ,  21:28, 2 March 2018
Line 23: Line 23:  
  $ crontab -u otherusername -e → Edit other user crontab
 
  $ crontab -u otherusername -e → Edit other user crontab
   −
=== Schedule a job every 5 minutes ===
+
=== Schedule a job every X minutes ===
  */5 * * * * /home/ramesh/backup.sh
+
  */5 * * * * /home/ramesh/backup.sh   # Every 5 minutes
  */10 * * * * /home/ramesh/backup.sh
+
  */10 * * * * /home/ramesh/backup.sh # Every 10 minutes
    
=== Schedule a job for a specific day ===
 
=== Schedule a job for a specific day ===

Navigation menu