经验首页 前端设计 程序设计 Java相关 移动开发 数据库/运维 软件/图像 大数据/云计算 其他经验
当前位置:技术经验 » 数据库/运维 » Linux/Shell » 查看文章
man -f/-k [keyword]在fedora 29 中报错nothing appropriate
来源:cnblogs  作者:xuyaowen  时间:2019/4/10 8:40:13  对本文有异议

我们在使用 man 手册的时候,可以使用man -f [keyword]去查询keyword的在线文档,
但是这时候会报错:(图来源自网络)
在这里插入图片描述

这是因为我们还没有建立 man 手册的索引缓存;

我们可以使用 mandb 进行更新;之后就能使用 man -f 或者 man -k 命令进行查找手册;

  1. [root@localhost tmp]# man -k aio
  2. aio (7) - POSIX asynchronous I/O overview
  3. aio.h (0p) - asynchronous input and output
  4. aio_cancel (3) - cancel an outstanding asynchronous I/O request
  5. aio_cancel (3p) - cancel an asynchronous I/O request
  6. aio_error (3) - get error status of asynchronous I/O operation
  7. aio_error (3p) - retrieve errors status for an asynchronous I/O operation
  8. aio_fsync (3) - asynchronous file synchronization
  9. aio_fsync (3p) - asynchronous file synchronization
  10. aio_init (3) - asynchronous I/O initialization
  11. aio_read (3) - asynchronous read
  12. aio_read (3p) - asynchronous read from a file
  13. aio_return (3) - get return status of asynchronous I/O operation
  14. aio_return (3p) - retrieve return status of an asynchronous I/O operation
  15. aio_suspend (3) - wait for asynchronous I/O operation or timeout
  16. aio_suspend (3p) - wait for an asynchronous I/O request
  17. aio_write (3) - asynchronous write
  18. aio_write (3p) - asynchronous write to a file

资源来源自网络,保持更新。

原文链接:http://www.cnblogs.com/xuyaowen/p/mandb.html

 友情链接:直通硅谷  点职佳  北美留学生论坛

本站QQ群:前端 618073944 | Java 606181507 | Python 626812652 | C/C++ 612253063 | 微信 634508462 | 苹果 692586424 | C#/.net 182808419 | PHP 305140648 | 运维 608723728

W3xue 的所有内容仅供测试,对任何法律问题及风险不承担任何责任。通过使用本站内容随之而来的风险与本站无关。
关于我们  |  意见建议  |  捐助我们  |  报错有奖  |  广告合作、友情链接(目前9元/月)请联系QQ:27243702 沸活量
皖ICP备17017327号-2 皖公网安备34020702000426号