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复制到另外一台电脑连不上网