Click to See Complete Forum and Search --> : How do u start inetd.conf?


BLuBoY
03-22-2001, 08:56 PM
how do u start inetd.conf? without puting it on my startup? is there a command to do it? Coz if type killall -HUP inetd an error of "no process killed" shows up.Thanka

7
03-22-2001, 09:51 PM
inetd.conf is the configuration file for the program called inetd. Start inetd by typing
inetd

This is an nhf (http://www.linuxnewbie.org/nhf/intel/distros/deb/deb_startupcommands.html) that deals with starting commands automatically.

Tyr-7BE
03-22-2001, 11:23 PM
what distro are you using? I believe RedHat and all variants replace inetd with xinetd.