Home  >  Article  >  Operation and Maintenance  >  Linux terminal character interface displays garbled characters

Linux terminal character interface displays garbled characters

王林
王林Original
2020-02-15 17:27:272283browse

Linux terminal character interface displays garbled characters

First open the /etc/profile file;

Online learning video sharing: linux video tutorial

Then in the file Just add the following content to the last line:

export LC_ALL="zh_CN.GB18030"

Recommended related tutorials: linux tutorial

The above is the detailed content of Linux terminal character interface displays garbled characters. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn