I'm having problems with starting xinetd. Performing the command kill -HUP `cat /var/run/xinetd.pid` is fine if xinetd is already running. But, how do I start it if its not running? I can't find the answer.
In linux, services are usually started under the /etc/rc.d/ directory. i.e in...