Title: restart a specifice service Post by: kikilinux on Wednesday 12 March 2014, 02:29:30 am Hi
I want to restart IDS/IPS service in command line, how can i perform this? If i could perform this in command line can i perform this for other services ? best Title: Re: restart a specifice service Post by: juddyjacob on Friday 05 September 2014, 03:08:44 pm /etc/rc.d/init.d/snort restart
also might like to know /etc/rc.d/init.d/"service name" status /etc/rc.d/init.d/"service name" stop /etc/rc.d/init.d/"service name" start /etc/rc.d/init.d/"service name" restart |