From: "Philip S Tellis" <[EMAIL PROTECTED]> > hmm, ok. didn't know that. I always use > /etc/init.d/service start|stop|restart
Erm.... Even *that* is exactly the same thing :) *grin* open the /etc/init.d/whateverservice file (httpd in this case) scroll down to the part where it calls up /etc/rc.d/init.d/functions Open /etc/rc.d/init.d/functions itself and take a quick peek at it. Notice the function called daemon() which is called in these scripts. Even the xinetd restart command you type is searching and executing a binary called xinetd in /usr/sbin/, in case you never checked. :) Regards, Abhi _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
