centos6.4使用man查找命令时,报错No manual entry for xxxx
生活随笔
收集整理的这篇文章主要介绍了
centos6.4使用man查找命令时,报错No manual entry for xxxx
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
前提:安装man的命令
yum -y install man
使用man报错
[root@localhost objs]# man fcntl
No manual entry for fcntl
[root@localhost objs]# cd
[root@localhost ~]# man fcntl
No manual entry for fcntl
[root@localhost ~]# which man
/usr/bin/man
解决报错的方法:
yum install man-pages
此时就ok了。
转载于:https://www.cnblogs.com/davidwang456/p/3563812.html
总结
以上是生活随笔为你收集整理的centos6.4使用man查找命令时,报错No manual entry for xxxx的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 研磨设计模式之 策略模式--转
- 下一篇: centos复制到另外一台电脑连不上网