0

我想用 /etc/services 在我的 CENT OS Linux 机器上打开 pop3 端口。并在/etc/xinet.d/上添加pop3脚本修改该文件后,无法重启/etc/rc.d/init.d/xinetd。该目录中没有 xinetd 文件。

如何在没有 xinetd 启动脚本的情况下重新启动 xinetd。

谢谢。

4

1 回答 1

0

您需要安装并激活 xinetd 软件包。

yum install xinetd
chkconfig xinetd on
service xinetd start
于 2011-11-09T22:28:36.750 回答