关于[root@localhost ~]# man -f null null: nothing appropriate

来源:5-1 Linux中 帮助命令

会飞的懒猫

2015-01-15 21:26

[root@localhost ~]# man -f ls

ls                   (1)  - list directory contents

[root@localhost ~]# man -f null

null: nothing appropriate

我已经使用makewhatis刷新建立过数据库,为什么还是出现

[root@localhost ~]# man -f null

null: nothing appropriate


写回答 关注

3回答

  • qq_崋开瞬落_0
    2018-11-23 22:36:01

    我也遇到了,有人解决了么

  • 后盾
    2015-11-14 18:43:14

    我也遇到了同样的问题,请问你现在解决了吗,怎么解决的

    会飞的懒猫

    yum install man ##最好重新安装一下man命令 makewhatis ##更新库

    2015-11-26 19:43:25

    共 1 条回复 >

  • onemoo
    2015-01-15 22:48:38

    试试用mandb更新一下man的数据库

    会飞的懒猫

    [root@localhost ~]# mandb -bash: mandb: command not found

    2015-01-16 20:11:27

    共 1 条回复 >

Linux达人养成计划 I

Linux入门视频教程,以通俗易懂的语言带你感受linux之美

399344 学习 · 3791 问题

查看课程

相似问题