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. |