Crontab

From Linuxintro
Revision as of 04:43, 1 June 2009 by imported>ThorstenStaerk (New page: crontab is a configuration file in the /etc folder that tells the cron daemon when to perform what commands. It can look like this: */10 * * * * fetchmail -p pop3 -u 612696 -v pop.gmx...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

crontab is a configuration file in the /etc folder that tells the cron daemon when to perform what commands. It can look like this:

*/10 * * * * fetchmail -p pop3 -u 612696 -v pop.gmx.net

See also