이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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 ]