Revision [1686]

Last edited on 2010-10-26 08:40:27 by KlenwellAdmin
Additions:
~- ""<tt>*/4</tt>"" in min field means **run every** 4 minutes (**not** 60/4 or every 15 minutes)
Deletions:
~- ""<tt>*/4</tt>"" in min field means **run every 4 minutes** (**not** 60/4 or every 15 minutes)


Revision [1685]

Edited on 2010-10-26 08:39:59 by KlenwellAdmin
Additions:
$ sudo ln -s ~/mycrons/crond-test.cron /etc/cron.d/crond-test
Deletions:
$ sudo ln -s ~/my_crons/crond-test.cron /etc/cron.d/crond-test


Revision [1683]

Edited on 2010-10-26 08:37:41 by KlenwellAdmin
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
Deletions:
# cron
*/15 * * * * touch /tmp/klenwell_test_cron
# cron.d
* * * * * klenwell touch /tmp/cron_test.txt


Revision [1682]

Edited on 2010-10-26 08:36:43 by KlenwellAdmin
Additions:
*/15 * * * * touch /tmp/klenwell_test_cron
Deletions:
* * * * * touch /tmp/klenwell_test_cron


Revision [1681]

Edited on 2010-10-26 08:35:56 by KlenwellAdmin
Additions:
# load a file as user's cron
Deletions:
# load a file as users cron


Revision [1680]

The oldest known version of this page was created on 2010-10-26 08:35:37 by KlenwellAdmin
Valid XHTML 1.0 TransitionalValid CSSWikkaWiki