locale language value
From: MARCELO ALONSO MONDRAGON (malonsom_at_villacero.com.mx)
Date: 09/22/04
- Previous message: pcoelho3_at_ibest.com.br: "SUMMARY Slow NFS Service"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 22 Sep 2004 08:35:27 -0600 To: tru64-unix-managers@ornl.gov
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@villacero.com.mx
Internet: http://www.villacero.com.mx
- Previous message: pcoelho3_at_ibest.com.br: "SUMMARY Slow NFS Service"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|