Use of man in linux-general Linux technology-Linux programming and kernel information. The following is a detailed description. If you write a program in Linux, you have to go online to find a function that you don't know how to use. If you don't have software like MSDN, it's annoying. A lot of people on the Internet say that it is very convenient to use man, as long as man is the function you want to know, but I can't get anything after man, such as man printf, the result is No entry (No manual entry for printf)
Today, I searched through the Internet and found that it turned out that manpages-dev was not installed in Ubuntu by default, and all the functions were in this package. After installing this, I could use man to check the function.
There is also a manpages-zh, which is the help of Chinese characters. Install and package the package, and then modify some configurations to see the help of Chinese characters.
First of all, the encoding should be changed to utf8, which is also a damn encoding problem ...... Use the following script (the search on the Internet is the same, which should be written by eexpress In the Ubuntu Chinese Forum. sh file, such as chman. sh, and then execute sudo sh in the current directory. /chman. sh