home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / etc / crontab < prev    next >
Encoding:
Text File  |  2006-07-20  |  651 b   |  17 lines

  1. # /etc/crontab: system-wide crontab
  2. # Unlike any other crontab you don't have to run the `crontab'
  3. # command to install the new version when you edit this file.
  4. # This file also has a username field, that none of the other crontabs do.
  5.  
  6. SHELL=/bin/sh
  7. PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
  8.  
  9. # m h dom mon dow user    command
  10. 17 *    * * *    root    run-parts --report /etc/cron.hourly
  11. 25 6    * * *    root    test -x /usr/sbin/anacron || run-parts --report /etc/cron.daily
  12. 47 6    * * 7    root    test -x /usr/sbin/anacron || run-parts --report /etc/cron.weekly
  13. 52 6    1 * *    root    test -x /usr/sbin/anacron || run-parts --report /etc/cron.monthly
  14. #
  15.  
  16.  
  17.