Use of man in linux

Source: Internet
Author: User
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
QUOTE:

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.