To learn Linux, you can't do without learning those commands. To learn commands, read the man page manual.
However, the man page of the original version is in English, which is not a small problem for beginners who are still very good at English like me.
Cmpp.linuxforum.net started the CMPP (Chinese man pages program) ten years ago, but now the CMPP project may have died. http://gitorious.org/projects/manpages-zhcaught the project.
Installation:
1. Download the Chinese man package
Http://manpages-zh.googlecode.com/files/manpages-zh-1.5.1.tar.gz
2. Extract
Tar zxvf manpages-zh-1.5.1.tar.gz
3. Installation (administrator privilege required)
./Configure -- prefix =/usr/local/zhman -- disable-zhtw
Make
Make install
4. Edit the configuration file
VI/usr/bin/zhman
#! /Bin/bash
# Name = zhman
Export lang = zh_cn
Man-M/usr/local/zhman/share/man/zh_cn $1
Save.
5. Change zhman File Permissions
Chmod 777/usr/bin/zhman
Enter
Zhman command name
Enter
Man command name
If Chinese characters are garbled, change the Chinese Encoding
Set
Export lang = zh_CN.utf-8
Export lc_all = zh_CN.utf-8
Add to/etc/profile