Additions:
~- ""<tt>*/4</tt>"" in min field means **run every** 4 minutes (**not** 60/4 or every 15 minutes)
Deletions:
Additions:
$ sudo ln -s ~/mycrons/crond-test.cron /etc/cron.d/crond-test
Deletions:
Additions:
# cron (run every minute)
* * * * * touch /tmp/klenwell_test_cron
# cron.d (run every 15 minutes every other day)
*/15 * * * */2 klenwell touch /tmp/cron_test.txt
* * * * * touch /tmp/klenwell_test_cron
# cron.d (run every 15 minutes every other day)
*/15 * * * */2 klenwell touch /tmp/cron_test.txt
Deletions:
*/15 * * * * touch /tmp/klenwell_test_cron
# cron.d
* * * * * klenwell touch /tmp/cron_test.txt
Additions:
*/15 * * * * touch /tmp/klenwell_test_cron
Deletions:
Additions:
# load a file as user's cron