Sometimes, when CentOS is installed, the default language is set to Chinese, while some SSH software does not support Chinese encoding, so some garbled characters may occur during remote management. How can I modify the default CentOS language? 0. use the root account to log in. 1. enter the language configuration file vi/etc/sysconfig/i18n and run the preceding command using SSH. use the vi editor to modify/etc/syscon.
Sometimes, when CentOS is installed, the default language is set to Chinese, while some SSH software does not support Chinese encoding, so some garbled characters may occur during remote management.
How can I modify the default CentOS language?
0. log in with the root account first.
1. enter the language configuration file
vi /etc/sysconfig/i18n
Run the preceding commands in SSH and use the vi editor to modify the/etc/sysconfig/i18n file.
2. modify the language
Change the default LANG = "zh_CN.UTF-8"
LANG="en_US.UTF-8"
In this way, you can change the default Chinese to English.
3. log out and log on again
logout
Log out of the user by executing the preceding commands through SSH. Generally, the language change takes effect.