红联Linux门户
Linux帮助
当前位置: 红联Linux门户 > Ubuntu

Ubuntu使用root用户首次登录界面是英文的解决方法

发布时间:2008-05-24 00:19:50来源:红联作者:rincess
root用户首次登录界面是英文的解决方法

修改root下隐藏文件.profile文件最后两句,以下是修改过的,鸟哥的书是好东西

# ~/.profile: executed by Bourne-compatible login shells.

if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi

mesg n
# Installed by Debian Installer:
# no localization for root because zh_CN.UTF-8
# cannot be properly displayed at the Linux console
LANG="zh_CN.UTF-8"
LANGUAGE="zh_CN:zh"
文章评论

共有 0 条评论