SUMMARY: How to tell cron to re-read crontab files from shell script?

2007-12-24 21:12:00

Thanks to all who replied.

The best ways to solve this problem are:
- crontab <filename> (if nothing helps, read the manual :-) )
- env EDITOR=/bin/touch crontab -e

Best regards, Boris.

Comments

Got something to say?

You must be logged in to post a comment.