how to make run cron on OSX 10.6.2?
- by Radek
Note:
this question is not about how to edit cron tab but how to make cron work
I edited my cron using env EDITOR=joe crontab -e
I entered 1 * * * * echo 'test' > /Users/radek/Backup/rationalvmware/test.txt and it does nothing although the cron is set up correctly. Checked via Cronnix and viewed the cron in /var/cron/tabs.…