/l3/users/13-10-2014/NT-BSDadm/based-freebsd/root |
#~
1 # /etc/crontab - root's crontab for FreeBSD 2 # 3 # $FreeBSD: release/9.2.0/etc/crontab 194170 2009-06-14 06:37:19Z brian $ 4 # 5 SHELL=/bin/sh 6 PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin 7 # 8 #minute hour mday month wday who command 9 # 10 */5 * * * * root /usr/libexec/atrun 11 # 12 # Save some entropy so that /dev/random can re-seed on boot. 13 */11 * * * * operator /usr/libexec/save-entropy 14 # 15 # Rotate log files every hour, if necessary. 16 0 * * * * root newsyslog 17 # 18 # Perform daily/weekly/monthly maintenance. 19 1 3 * * * root periodic daily 20 15 4 * * 6 root periodic weekly 21 30 5 1 * * root periodic monthly 22 # 23 # Adjust the time zone if the CMOS clock keeps local time, as opposed to 24 # UTC time. See adjkerntz(8) for details. 25 1,31 0-5 * * * root adjkerntz -a "/etc/crontab" 25L, 732C |
#~
1 # /etc/crontab - root's crontab for FreeBSD 2 # 3 # $FreeBSD: release/9.2.0/etc/crontab 194170 2009-06-14 06:37:19Z brian $ 4 # 5 SHELL=/bin/sh 6 PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin 7 # 8 #minute hour mday month wday who command 9 # 10 */5 * * * * root /usr/libexec/atrun 11 # 12 # Save some entropy so that /dev/random can re-seed on boot. 13 */11 * * * * operator /usr/libexec/save-entropy 14 # 15 # Rotate log files every hour, if necessary. 16 0 * * * * root newsyslog 17 # 18 # Perform daily/weekly/monthly maintenance. 19 1 3 * * * root periodic daily 20 15 4 * * 6 root periodic weekly 21 30 5 1 * * root periodic monthly 22 # 23 # Adjust the time zone if the CMOS clock keeps local time, as opposed to 24 # UTC time. See adjkerntz(8) for details. 25 1,31 0-5 * * * root adjkerntz -a "/etc/crontab" 25L, 732C |