man -k, man -f : nothing appropriate ; 更新 whatis 数据库
Posted xuyaowen
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了man -k, man -f : nothing appropriate ; 更新 whatis 数据库相关的知识,希望对你有一定的参考价值。
man 有两个选项:
-f, –whatis Equivalent to whatis. Display a short description from the manual page, if available. See whatis(1) for details. -k, –apropos Equivalent to apropos. Search the short manual page descriptions for keywords and display any matches. See apropos(1) for details.
当我们使用的时候,如果没有建立whatis 数据库 就会出现 nothing appropriate 的信息;
我们可以使用 makewhatis 来更新;
当然也可以使用 mandb 命令:
mandb - create or update the manual page index caches
之后你就可以进行使用关键字进行搜索了;
简单记录,防止遗忘;如果对您有帮助,请点击推荐给予鼓励吧~
以上是关于man -k, man -f : nothing appropriate ; 更新 whatis 数据库的主要内容,如果未能解决你的问题,请参考以下文章
man,hash,history,date,stat,cat,file等命令的使用
LinuxLinux 中 man 1man 2 和 man 3 的区别