码迷,mamicode.com
首页 > 其他好文 > 详细

获取帮助命令

时间:2018-07-15 11:13:25      阅读:176      评论:0      收藏:0      [点我收藏+]

标签:pack   数字   退出   搜索   make   format   速度   光盘   arc   

whatis
     基于数据库的查找
         优点:查找速度快
         缺点:没有实时性

    数据库文件
         Centos6:/var/cache/man/whatis
         Centos7:/var/cache/man/index.db
     更新数据库文件
         Centos6:makewhatis
         Centos7:mandb

**  help
     help cd
     help pwd
     help enable


     ls --help

***** man
    

中文man使用方法:
     1.挂载光盘
     mount /dev/cdrom /media/
     2.安装中文man的软件包
     rpm -ivh /media/Packages/man-pages-zh-CN-1.5.2-4.el7.noarch.rpm
     3.将中文man的路径写的man的配置文件
     gedit /etc/man_db.conf 增加一行,内容如下
         MANDATORY_MANPATH            /usr/share/man/zh_CN
     4.man -a ls
     q
     回车

    man的使用
     f向下翻一页
     b向上翻一页
     d向下翻半页
     u向上翻半页
     ** G 跳至尾页
     ** g 跳至首页
     ** 搜索关键字
         /关键字  n 向下  N向上
         ?关键字  n 向上 
     q 退出man

    man的章节,man的关键字有多个文件与之匹配,则按类型,划分为以下9个章节
      * 1   Executable programs or shell commands
        2   System calls (functions provided by the kernel)
        3   Library calls (functions within program libraries)
        4   Special files (usually found in /dev)
      * 5   File formats and conventions eg /etc/passwd
        6   Games
        7   Miscellaneous (including macro packages and conventions), e.g. man(7), groff(7)
      * 8   System administration commands (usually only for root)
        9   Kernel routines [Non standard]

    man 章节号 关键字 (若省略章节号,则显示数字较小的章节)

    man -a 关键字   依次查看指定关键字的所有章节
     man -w 关键字 查看关键字匹配到的第一个章节的来源文件
     man -aw 关键字 查看关键字匹配到的所有章节的来源文件
     man -f 关键字 等于 whatis 关键字

获取帮助命令

标签:pack   数字   退出   搜索   make   format   速度   光盘   arc   

原文地址:https://www.cnblogs.com/f-h-j-11-7/p/9311897.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!