Fernando Poza Saura wrote:

#!/bin/sh

(o con el bash)

se le a�ade la opci�n -ls, creo que era esta (ahora estoy con las g�indous y no puedo mirarlo), el shell lee el .profile del usuario. O sea, quedando asi:

#!/bin/sh -ls

Y ya esta.



...mmm... y nos podr�as de paso indicar para que sirve esa opci�n?



��Oops!, por supuesto, (ya pens� que no llegaban mis correos), en realidad era la opci�n -l, o --login, (no -ls) para el bash, que hace lo siguiente (sacado del man del bash):

[...]
When  bash is invoked as an interactive login shell, or as a non-inter-
active shell with the --login option, it first reads and executes  com-
mands from the file /etc/profile, if that file exists. After reading that file, it looks for ~/.bash_profile, ~/.bash_login, and ~/.profile,
in  that order, and reads and executes commands from the first one that
exists and is readable.    The --noprofile option may be  used  when  the
shell is started to inhibit this behavior.
[...]


Gracias por la informaci�n, alguna vez tuve un problema tratando de hacer que una aplicaci�n se ejecute al iniciarse el X, ahora creo que todo el problema venia de lo que acabas de comentar ... voy a ver si concluyo con mi experimento.

saludos



--
patoVala
Linux User#280504
"It is by the fortune of God that, in this country, we have three benefits: freedom of speech, freedom of thought, and the wisdom never to use either. -- Mark Twain"

Responder a