> Hi, > > How do we start and stop xinetd in a shell script. ? > I have the following : > > #!/bin/sh > /etc/rc.ddinit.d/xinetd start > ....... > ..... > /etc/rc.ddinit.d/xinetd stop
you seem to be missing a / between rc.d and init.d try this /etc/rc.d/init.d/xinetd [stop][start] or try # service xinetd start ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
