红联首页 凝聚Linux人的力量
菜鸟过关 | 精华文档 | 同城人(交友) | 我与Linux的故事 | Linux新闻 | Linux视频 | Linux人才 | 软件下载 | 大学校园 | English
发新话题
打印

the man command in ubuntu

the man command in ubuntu

man is the system’s manual pager. Each page argument given  to  man  is normally  the  name of a program, utility or function.  The manual page associated with each of these arguments is then found and displayed.  A section,  if  provided, will direct man to look only in that section of the manual.  The default action is to search in all  of  the  available sections, following a pre-defined order and to show only the first page found, even if page exists in several sections.

you can use "man man“ to see the manual for the command "man".

using man command, you can also search the manual of the C programming.

TOP

发新话题