How to Start and Stop Services

sudo /etc/init.d/serviceName (start|stop|rerstart)

You can also use the following command with Redhat:

sudo service serviceName (start|stop|rerstart)

– Main.FredPettis - 02 Jun 2009