前提:安装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了。

微信公众号: 架构师日常笔记 欢迎关注!
浙公网安备 33010602011771号