Ce contenu n'est pas disponible dans la langue sélectionnée.
12.3.4. Restarting a Service
To restart the service, type the following at a shell prompt as
root
:
service
service_namerestart
For example, to restart the
httpd
service, type:
~]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]