欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

修改solaris的默認(rèn)語(yǔ)言

  發(fā)布時(shí)間:2008-09-08 19:12:23   作者:佚名   我要評(píng)論
安裝solaris時(shí)用了中文版,用ssh連接中文會(huì)出現(xiàn)亂碼情況,所以修改solaris默認(rèn)語(yǔ)言為英文模式 #chmod u+w /etc/default/init #vi /etc/default/init $ cat init # # Copyright 1992, 1999-2002 Sun Microsystems, Inc.  All rights reserved. # Use

安裝solaris時(shí)用了中文版,用ssh連接中文會(huì)出現(xiàn)亂碼情況,所以修改solaris默認(rèn)語(yǔ)言為英文模式

#chmod u+w /etc/default/init
#vi /etc/default/init
$ cat init
#
# Copyright 1992, 1999-2002 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
#ident  "@(#)init.dfl   1.7     02/12/03 SMI"
#
# This file is /etc/default/init.  /etc/TIMEZONE is a symlink to this file.
# This file looks like a shell script, but it is not.  To maintain
# compatibility with old versions of /etc/TIMEZONE, some shell constructs
# (i.e., export commands) are allowed in this file, but are ignored.
#
# Lines of this file should be of the form VAR=value, where VAR is one of
# TZ, LANG, CMASK, or any of the LC_* environment variables.  value may
# be enclosed in double quotes (") or single quotes (').
#
TZ=PRC
CMASK=022
LANG=EN //使用英文字體
#LANG=zh_CN.UTF-8  //原來(lái)默認(rèn)的中文,注解掉

保存重啟
 

相關(guān)文章

最新評(píng)論