在Linux中,如何查看xinetd打开了哪些服务?

时间:2019-11-20 08:53:38  来源:igfitidea点击:

在Linux中,如何检查xinetd中的服务是否已打开?

解决方案

在Linux系统中,有一些服务是在xinetd管理下运行的。

可以使用chkconfig命令检查服务是否开启:

chkconfig list telnetd

输出示例:

telnetd          off

如果是Redhat/CentOS,使用下面的命令;

chkconfig
chkconfig --list
chkconfig --list telnetd

输出示例:

netconsole      0:off   1:off   2:off   3:off   4:off   5:off   6:off
network         0:off   1:off   2:on    3:on    4:on    5:on    6:off