Tasks automatisation: the cron daemon: Difference between revisions

From Elvanör's Technical Wiki
Jump to navigation Jump to search
No edit summary
 
Line 1: Line 1:
== crontab editing ==
== Crontab Editing ==


* You should not edit by hand /etc/crontab. This system wide file may not even exist (on Gentoo it does not exist for example). Instead use
* You should not edit by hand /etc/crontab. This system wide file may not even exist (on Gentoo it does not exist for example). Instead use

Revision as of 10:41, 11 July 2007

Crontab Editing

  • You should not edit by hand /etc/crontab. This system wide file may not even exist (on Gentoo it does not exist for example). Instead use
crontab -e u username

This will edit the user crontab, and ensure that changes are notified to the crond daemon.