<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="IncrediMail 1.0" name=GENERATOR></HEAD>
<BODY style="BACKGROUND-POSITION: 0px 0px; FONT-SIZE: 12pt; MARGIN: 5px 10px 10px; FONT-FAMILY: Arial" bgColor=#ffffff background="" scroll=yes ORGYPOS="0">
<TABLE id=INCREDIMAINTABLE cellSpacing=0 cellPadding=2 width="100%" border=0>
<TBODY>
<TR>
<TD id=INCREDITEXTREGION style="FONT-SIZE: 12pt; CURSOR: auto; FONT-FAMILY: Arial" width="100%">
<DIV>Con respecto al script sh estoy intentando correr ese script desde una página web con el comando de&nbsp;PHP shell_exec("/opt/backup/script.exec"). No entiendo por que no me hace nada, ni siquera me da error. Estoy dandole permisos al usuario&nbsp;"Apache" con SUDO para que ejecute el script. </DIV>
<DIV>He probado el comando shell_exec() desde una página donde pongo las siguientes líneas:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&lt;!-- inicio página PHP--&gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>$salida = shell_exec("ls -l /");</DIV>
<DIV>echo $salida;</DIV>
<DIV>&nbsp;</DIV>
<DIV>
<DIV>&lt;!-- final página PHP--&gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Lo anterior me funciona bien y me entrega el listado de la raiz&nbsp;pero si hago lo siguiente:</DIV>
<DIV>&nbsp;</DIV>
<DIV>
<DIV>&lt;!-- inicio página PHP--&gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>$salida = shell_exec("/opt/backup/script.exec");</DIV>
<DIV>echo $salida;</DIV>
<DIV>&nbsp;</DIV>
<DIV>
<DIV>&lt;!-- final página PHP--&gt;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Esto no me entrega nada... </DIV></DIV></DIV></DIV>
<DIV>&nbsp;</DIV>
<DIV>¿Que estoy haciendo mal? ¿Que forma tengo para ejecutar este script desde web?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Saludos y gracias.</DIV></TD></TR>
<TR>
<TD id=INCREDIFOOTER width="100%">
<TABLE cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD width="100%"></TD>
<TD id=INCREDISOUND vAlign=bottom align=middle></TD>
<TD id=INCREDIANIM vAlign=bottom align=middle></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></BODY></HTML>