- 論壇徽章:
- 30
|
我看一下/etc/filter.sh感覺(jué)應(yīng)該是權(quán)限問(wèn)題
ls -la /etc/filter.sh
files (/etc/crontab, /etc/cron.d/*) normally need to be 0644 or 0664.
directories need to have the executable bit always set, means they need
to be 755 or 775.
scripts in /etc/cron.hourly/*, /etc/cron.daily/*, etc. need the
executable bit set too, as they are scripts and need to be executable.
so 755 or 775 is correct here.
also check /var/log/syslog for messages from cron, logfiles are often
useful to debug problems on your system. |
|