[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xdm y .profile



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"



Reply to: