[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]

Re: crontab



>>>>> "ad" == Anthony Dube <[email protected]> writes:

ad> J'aimerais lancer une application à tous les jours ouvrables
ad> à 8:30

Ici, c'est une ligne de mon crontab de root.  À tous les jours, à
4:30 l'usager root lance la commande /root/backfiles.log

30 4 * * * su root -c /root/backfiles.script

Un autre exemple.  Ici, le scripts /root/mirror est exécuté à tous
les 4 heures: 0:30, 4:30, 8:30, etc

30 0,4,8,12,16,20 * * * su root -c /root/mirror


ad> comment faire

ad> j'ai fait man crontab, puis je n'ai rien trouvé

Il y a plus d'une entré crontab dans les man page.  Tu veux voir
crontab(5) et non crontab(1). Si tu fais 

apropos crontab tu auras comme information:

$ apropos crontab
crontab (1)          - maintain crontab files for individual users (V3)
crontab (5)          - tables for driving cron

Il y a deux page manuelle pour crontab

Pour accéder à crontab(5), il y a deux façon:

man -S 5 crontab

ou 

man -a crontab

La première t'amène directement à crontab(5).  La deuxième te
montrera en premier crontab(1) ( tape q pour sortir ) et ensuite
crontab(5).


Chow,

Dominic.


-- 
==================================================================
Dominic Mitchell             Email: [email protected]
Department of Economics      
Queen's University
Kingston, Ontario            The XXI century starts on 2001-01-01!
Canada, K7L 3N6              Le XXI siècle débute le 2001-01-01!
==================================================================