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

Linux terminal character interface displays garbled characters

王林
Release: 2020-02-15 17:27:27
Original
2341 people have browsed it

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"
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template