Ver Mensaje Individual
  #4 (permalink)  
Antiguo 22/06/2005, 04:27
diegodp
 
Fecha de Ingreso: junio-2005
Mensajes: 2
Antigüedad: 19 años, 6 meses
Puntos: 0
Este es el /etc/crontab:

SHELL=/bin/bash
PATH=/usr/bin:/usr/sbin:/sbin:/bin:/usr/lib/news/bin
MAILTO=root
#
# check scripts in cron.hourly, cron.daily, cron.weekly, and cron.monthly
#
-*/15 * * * * root test -x /usr/lib/cron/run-crons && /usr/lib/cron/run-crons >/dev/null 2>&1
59 * * * * root rm -f /var/spool/cron/lastrun/cron.hourly
14 4 * * * root rm -f /var/spool/cron/lastrun/cron.daily
29 4 * * 6 root rm -f /var/spool/cron/lastrun/cron.weekly
44 4 1 * * root rm -f /var/spool/cron/lastrun/cron.monthly
# OCUPACIÓN FILESYSTEM
# Automatización para verificar el estado de los filesystems
0 12 * * 1-5 diego /home/diego/ocupacion_fs.ksh

El formato está bien??? Y despues que tengo que hacer pa que funcione???
Si yo hago un crontab -l me dice que no hay crontab, tengo que reiniciar el cron según he visto en internet, pero a mi no me funciona "crond restart" o algo así.