12.3.3. Stopping a Service
To stop a running service, type the following at a shell prompt as
root
:
service
service_namestop
For example, to stop the
httpd
service, type:
~]# service httpd stop
Stopping httpd: [ OK ]