Linux Man System Usage basics

Source: Internet
Author: User
The man system is a powerful help system under Linux that can provide almost all the help information to the system users and programmers.

These help information comes primarily from the selfless contributions of many document maintainers in the Linux open source world.

The man system itself has some basic usage tips, excerpt from the following:

1. Open the Help information for XXX

Mans XXX


2. View the help information for a shell command
Man 1 xxx

Man classifies all the help information, using numbers to mark each category:


In the above example, because we are looking for the shell command usage, so the choice is category 1, if you want to check the use of C library functions, then the category that needs to be used is 3, such as:

Mans 3 fopen


3. Exit Man system input Q


4. Search for input in the man content:/xxx
Next: N
Previous: P
Memory method: Consistent with Vim's search usage


5. Jump to the start of the man content input: g
Similar to the use of vim


6. Jump to the end of the man content input: G
Consistent with the use of vim

Linux Man System Usage basics

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.