Advertisement
Guest User

Untitled

a guest
Oct 9th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.01 KB | None | 0 0
  1. xbmc@GandalfTheGrey:~$ cat /etc/crontab
  2. # /etc/crontab: system-wide crontab
  3. # Unlike any other crontab you don't have to run the `crontab'
  4. # command to install the new version when you edit this file
  5. # and files in /etc/cron.d. These files also have username fields,
  6. # that none of the other crontabs do.
  7.  
  8. SHELL=/bin/sh
  9. PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
  10.  
  11. # m h dom mon dow user command
  12. 17 * * * * root cd / && run-parts --report /etc/cron.hourly
  13. 25 6 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
  14. 47 6 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
  15. 52 6 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
  16. #
  17. xbmc@GandalfTheGrey:~$ ls /etc/cron.daily/
  18. apache2 apt backupStudium dpkg man-db passwd samba
  19. apport aptitude bsdmainutils logrotate mlocate popularity-contest update-notifier-common
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement