我在遵循一个教程,思考为什么not...let me会在man command...and low上学习,然后在多年的不同风格的Unix中学到了一些东西。
然而,在我的RHEL7上,尝试新的技巧来查找关键字失败了!
这听起来很疯狂,但是在根用户和我自己的用户名下进行了尝试之后,下面显示没有一个results...now人有几十个条目,因为keyword...any帮助会很好,因为我认为关键字工具对于和管理非常有用。
$ man -k time
time: nothing appropriate.发布于 2016-11-13 17:36:58
需要创建数据库。mandb -c应该这么做。下面的例子。
# man -k foo
foo: nothing appropriate.
# mandb -c
Processing manual pages under /usr/share/man...
...
Checking for stray cats under /var/cache/man/local...
89 man subdirectories contained newer manual pages.
7168 manual pages were added.
0 stray cats were added.
# man -k foo
ip-fou (8) - Foo-over-UDP receive port configuration
#mandb的手册页可以找到-c在这里,请参阅选项。
https://unix.stackexchange.com/questions/323007
复制相似问题