[PLUTO-help] mail da cron

gigiv gigiv2 a gmail.com
Mar 21 Giu 2005 15:38:45 CEST


ciao
qualcuno sa dirmi come evitare che cron mi mandi una mail all'utente
ogni volta che esegue un comando?

ho guardato il man ma non ho capito, devo dargli un utente fasullo?

MAILTO = ghost a miamacchina

dal man:

cron then wakes up every minute, examining all stored crontabs,
checking each command to see if it should be run in the current
minute.  When  exeâ
       cuting  commands, any output is mailed to the owner of the
crontab (or to the user named in the MAILTO environment variable in
the crontab, if such
       exists)

il /etc/crontab:

# /etc/crontab: system-wide crontab
# Unlike any other crontab you don't have to run the `crontab'
# command to install the new version when you edit this file.
# This file also has a username field, that none of the other crontabs do.

SHELL=/bin/sh
PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin

# m h dom mon dow user  command
17 *    * * *   root    run-parts --report /etc/cron.hourly
25 6    * * *   root    test -x /usr/sbin/anacron || run-parts
--report /etc/cron.daily
47 6    * * 7   root    test -x /usr/sbin/anacron || run-parts
--report /etc/cron.weekly
52 6    1 * *   root    test -x /usr/sbin/anacron || run-parts
--report /etc/cron.monthly
#

altra cosa che non mi e' chiara e' se esiste un crontab per ogni
untente e dove sta

ciao grazie

gigi



More information about the pluto-help mailing list