Guest User

Untitled

a guest
Feb 21st, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. crontab -l
  2.  
  3. crontab -e
  4.  
  5. MIN = Minute 0-60
  6. HOUR = Hour [24-hour clock] 0-23
  7. MDAY = Day of Month 1-31
  8. MON = Month 1-12 OR jan,feb,mar,apr ...
  9. DOW = Day of Week 0-6 OR sun,mon,tue,wed,thu,fri,sat
  10. COMMAND = Command to be run Any valid command-line
  11.  
  12. */15 * * * mon /home/me/yourscript.sh
Add Comment
Please, Sign In to add comment