24.10.2008, 13:49
try to create the crontab in a new, empty file
then do
now check with
if your cron occurs there
hint: you may use
with the crontab command to setup it for another user
then do
Код:
crontab new_empty_file
Код:
crontab -d
hint: you may use
Код:
-u someuser