[Précédent (date)] [Suivant (date)] [Précédent (sujet)] [Suivant (sujet)] [Index par date] [Index par sujet]
Re: crontab et message non désiré
- To:
- Subject: Re: crontab et message non désiré
- From:
- Date: Thu, 28 Oct 1999 12:33:20 -0400
-
In-reply-to: <[email protected]>
Bonjour,
Une petite question d'esthétique concernant crontab.
Mon crontab roule bien...il m'envoie les résultats via le couriel.
Mais il m'envoi aussi le message suivant sur un message séparé...
standard in must be a tty
La commande dans mon crontab est
00 0,4,8,12,16,20 * * * su root -c /releve/scripts/prep-releve
Comment éviter qu'il ne m'envoi ce message constamment?
Merci,
Dominic Mitchell a écrit :
>
> >>>>> "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!
> ==================================================================