Differences
This shows you the differences between two versions of the page.
— | cron [2015/11/30 22:11] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== cron ====== | ||
+ | * [[FreeBSD]] | ||
+ | * [[cronie]] | ||
+ | * [[dcron]] | ||
+ | * [[fcron]] | ||
+ | * [[porticron]] | ||
+ | * [[vixie-cron]] | ||
+ | |||
+ | ==== FreeBSD ==== | ||
+ | |||
+ | Cron jobs are located in ''/ | ||
+ | |||
+ | Configuration is located at ''/ | ||
+ | |||
+ | ==== Gentoo vixie-cron ==== | ||
+ | |||
+ | Add a user to cron group to create cron jobs: | ||
+ | |||
+ | < | ||
+ | gpasswd -a clients cron | ||
+ | </ |