Sun Feb 28, 2010 4:30 pm - How To Restart Xinetd Server In Linux
#3191
How To Restart Xinetd Server In Linux
you can use this command to start your xinetd server from the linux shell:
or
option one is shorter so i tend to use it most
NOTE: this command was tested on Redhat, Fedoar or CentOs distribution
/etc/init.d/xinetd restart
or
/etc/rc.d/init.d/xinetd restart
option one is shorter so i tend to use it most
NOTE: this command was tested on Redhat, Fedoar or CentOs distribution
author: Webune Support