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

 

 

相关文章:

  • 2022-12-23
  • 2021-08-06
  • 2022-12-23
  • 2021-09-25
  • 2021-10-22
  • 2021-06-01
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-16
  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
  • 2022-12-23
  • 2021-06-15
相关资源
相似解决方案