Red Hat Training

A Red Hat training course is available for Red Hat Enterprise Linux

12.3.4. Restarting a Service

To restart the service, type the following at a shell prompt as root:
service service_name restart
For example, to restart the httpd service, type:
~]# service httpd restart
Stopping httpd:                                            [  OK  ]
Starting httpd:                                            [  OK  ]