Hello administrators
I need to change the default value for the language, this is, the value for
locale, the current value are:
LANG=
LC_COLLATE="C"
LC_CTYPE="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_MESSAGES="C"
LC_ALL=
I already fix the value of the variable LANG in the file /etc/profile and
it operate well for the connections through telnet, but I have an
application that executes command to through of rexec and don't take these
value, then, the question is: How changing the value of locale for the
connections to through of rexec?.
I set LANG=en_US.ISO8859-1 in /etc/profile:
with telnet connection:
LANG=en_US.ISO8859-1
LC_COLLATE="en_US.ISO8859-1"
LC_CTYPE="en_US.ISO8859-1"
LC_MONETARY="en_US.ISO8859-1"
LC_NUMERIC="en_US.ISO8859-1"
LC_TIME="en_US.ISO8859-1"
LC_MESSAGES="en_US.ISO8859-1"
LC_ALL=
with rexec connection:
LANG=
LC_COLLATE="C"
LC_CTYPE="C"
LC_MONETARY="C"
LC_NUMERIC="C"
LC_TIME="C"
LC_MESSAGES="C"
LC_ALL=
Thank in Advance
Marcelo Alonso Mondragón
Soporte Técnico / Informática / SICARTSA
Una Empresa del Grupo Villacero
E-Mail: malonsom_at_villacero.com.mx
Internet:
http://www.villacero.com.mx
Received on Wed Sep 22 2004 - 14:33:05 NZST