Red Hat Training
A Red Hat training course is available for Red Hat Enterprise Linux
12.3.3. Stopping a Service
To stop a running service, type the following at a shell prompt as
root:
serviceservice_namestop
For example, to stop the
httpd service, type:
~]# service httpd stop
Stopping httpd: [ OK ]