Ver Mensaje Individual
  #4 (permalink)  
Antiguo 05/10/2012, 11:49
skamasle
 
Fecha de Ingreso: octubre-2010
Mensajes: 374
Antigüedad: 13 años, 6 meses
Puntos: 34
Respuesta: Problema con Cron y bash

Tiene permisos el archivo monitor.sh ?

Intenta ejecutarlo tu: /home/sitio/monitor.sh ahí te dará el error.

Si no también intenta darle los permisos de una vez: chmod +x /home/sitio/monitor.sh

SI no va intenta ponerlo en /etc/crontab el cron:

*/5 * * * * root sh /home/sitio/monitor.sh o */5 * * * * root /home/sitio/monitor.sh

Luego reinicia el crond.