En s�b, 2001-11-10 a 23:17, Alfonso escribi�:
>       Por m�s que intento ejecutar una aplicaci�n a la hora que yo quiero, no 
> lo 
> consigo. Uso el comando at, y el demonio atd, pero parece ser que no me 
> entero, porque no me lo hace.
>       Pongo esto:
> 
> [ ]$ at now + 1 minutes
> at> kppp
> at>
> 
>       y espero y nada.
>       �Alguna sugerencia?


De la p�gina del manual de at:

The working directory, the environment (except for the variables TERM,
*DISPLAY*  and  _)  and  the  umask  are retained  from the time of
invocation.


El DISPLAY no es mantenido, intenta 

$ at now + 1 minutes
at> export DISPLAY=:0
at> kppp
at> <EOT>



Responder a