centos modify the language, time zone

  • Change the time zone
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
hwclock -w
  • Modify language
vim etc/locate.conf;

Vim modify the configuration entered as follows:

LANG = "zh_CN.UTF-8"
quit saving: wq

$ source etc/locate.conf;

Guess you like

Origin www.cnblogs.com/lianstyle/p/11224592.html