vixie / cron

Vixie Cron, an open source implementation of POSIX Cron, later imported into BSD and Linux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Vixie Cron

The Cron flavor that runs on most systems.



Button Features   Button Configure   Button Conversion

Button Changes   Button Mails   Button 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.


About

Vixie Cron, an open source implementation of POSIX Cron, later imported into BSD and Linux

License:Other


Languages

Language:C 84.0%Language:Roff 12.6%Language:Makefile 3.2%Language:Shell 0.2%