Preface this series will introduce a series of linux commands, but it mainly translates the man manual into a memory, which is also convenient for other children's shoes. ==============
Preface
This series will introduce a series of linux commands, but mainly translate the man manual above to give yourself a memory, it is also convenient for other children's shoes to view.
========================================================== ========================================================== ============================================
Part 1 -------- man
First, introduce the man command.
Man
You can use this command to query online manuals and display them in a formatted manner.
Command format
Man [-acdfFhkKtwW] [-- path] [-m system] [-p string] [-Cconfig_file] [-M pathlist] [-P pager] [-S section_list] [section] name...
Command description
Man to help users display related manuals in a formatted manner. If a section is specified, man only displays the part of the section that the user cares about. Name indicates the name of the online manual. generally, it is a command (such as ls), function (accept), or file (user-specified ). If the name contains a slash (/), it is considered as a path.
Optional parameter
-Cconfig_file
As the name suggests, this parameter is used to specify the configuration file to be used, which is/etc/man. config by default.
-M path
That is, the path used to specify the search path for the query Manual. Each path is separated by a colon. If this parameter is null, the-M parameter is not specified, and the default path is returned.
-P pager
Specifies the program used to display the page. the default value is/usr/bin/less-iRs.
-Ssection_list
Specifies the section and sequence of the search, separated by semicolons.
-
By default, man exits after the first online manual is displayed. However, after using this command, man will display all matching online manuals, for example, using the command man-a ls.
-B
Disable any reference to color in the roff source)
-C
Allows users to reset the display format of the page.
-D
The actual content of the manual is not displayed. it is only used to display information in the search process.
-D
The information in the search process is not displayed.
-F
Equivalent to the whatis command. Whatis provides a brief explanation of the command.
-F
Only used for formatting, but not displaying. (Not accurate. The original article is: Formatonly-do not display .)
-H
Help documentation.
-K
Equivalent to the apropos command
-K
Search for a given string in all online manuals.
-W or -- path does not display the user manual, but only prints the corresponding path