|
Blue Forest http://www.lslnet.com at 11:18 on June 26, 2006
[]/etc/cron.daily There is not the time to seek help?
This is the document I
[root@minix Cron.daily]# cat /etc/crontab
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# Run-parts
01 * * * * root run-parts /etc/cron.hourly
05 11 * * * root run-parts /etc/cron.daily
* * 22 4 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthly
-------------------------------------------
[root@minix Cron.daily]# pwd
/etc/cron.daily
[root@minix Cron.daily]# 1s
00-logwatch amavisd logrotate rpm tt
00webalizer certwatch makewhatis.cron slocate.cron yum.cron
0anacron freshclam prelink tmpwatch
[root@minix Cron.daily]# cat freshclam
#!/bin/bash
# Remove garbage occasionally left after unsuccessful updates
00 * * * * /usr/bin/freshclam --quiet l /var/log/clamav/freshclam.log
Freshclam this is not the implementation. Crazy me.
Says there is no problem.
[root@minix Cron.daily]# crontab-e
00 * * * * /usr/bin/freshclam --quiet l /var/log/clamav/freshclam.log
Can anyone tell me why? |
[]/etc/cron.daily There is not the time to seek help?
Look at the various tasks for the preparation /etc/cron.daily catalog format, but /etc/cron.daily in which all tasks are to the daily operation of 11:05
And the implementation of the current users have crontab-e is a task not /etc/cron.daily this task, but /var/spool/cron catalog, who is a current user crontab documents |
[]/etc/cron.daily There is not the time to seek help?
What kind of documents you cron.daily "
Definitely try to add trails |
[]/etc/cron.daily There is not the time to seek help?
The last test. Thank you, Big Brother and tlwht fire.
The reason is not because the script itself.
The first two lines is a result of that order, I would not eliminate the problem. |
[]/etc/cron.daily There is not the time to seek help?
Ask the way, the operating system is there any way to get the procedural requirements specified periods not in operation? Use crontab like to achieve?
Oh, just by the title of the act. |
[]/etc/cron.daily There is not the time to seek help?
Stopped again in the time of the operation can ah, a sleep. |
| |