Centos6.5 modify the language of a common user

Source: Internet
Author: User

Centos6.5 modify the language of a common user
When installing centos, select the Chinese environment and create two new users, one isRootUser, one isTestUser. However, after the installation is complete, I want to modify the environment to English. After searching, I found that vim can be modified./Etc/sysconfig/i18n, Change LANG = "zh_CN.UTF-8" to LANG ="En_US.UTF-8", Save and complete the modification. After restart, the root user interface becomes English, but the test user interface is still Chinese. Then I delete the test user, another user, also called test, was created and started to enter the test user interface. It was found that it was still a Chinese environment, so it was depressing. After Continuous testing, it was found that the following method is feasible:

[Root user] #Vim/etc/profile

Find the export Statement and add it before the statementLANG = en_US.UTF-8 ″

Append LANG to the export.

Export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE INPUTRCLANG

Save the configuration and re-enter the test user interface. The modification is successful.


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.