vixie / cron

Vixie Cron, an open source implementation of POSIX Cron, later imported into BSD and Linux
Other
100 stars 17 forks source link


# Vixie Cron *The **[Cron]** flavor that runs on most systems.*

[![Button Features]][Features]   [![Button Configure]][Configure]   [![Button Conversion]][Conversion] [![Button Changes]][Changes]   [![Button Mails]][Mails]   [![Button Thanks]][Thanks]

This version of **Cron** is functionally based on
**System V**'s implementation and thus allows
every user to have their own **CronTab** file.



📑  Tabs

All crontab files are stored in a read
protected folders at  /var/cron/tabs


📜  At

There is no direct support for  at

However as long as your system
supports it, you can still use  atrun


📋  Logging

A message will be logged for every
command that is run by a CronTab.


🛡  Access

You can control access to the  crontab
command by utilizing the  allow  and
deny  files in  /var/cron

The command is used to install crontabs.


📺  System V

While it hasn't been tested yet, some effort
has gone into making porting to it easier.