Guest User

Untitled

a guest
Mar 19th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. 0 2 12 * 0,6 /usr/bin/test
  2.  
  3. Commands are executed by cron(8) when the minute, hour, and month of
  4. year fields match the current time, and when at least one of the two
  5. day fields (day of month, or day of week) match the current time (see
  6. ``Note'' below). cron(8) examines cron entries once every minute. The
  7. time and date fields are:
  8.  
  9. field allowed values
  10. ----- --------------
  11. minute 0-59
  12. hour 0-23
  13. day of month 1-31
  14. month 1-12 (or names, see below)
  15. day of week 0-7 (0 or 7 is Sun, or use names)
Add Comment
Please, Sign In to add comment