Questo contenuto non è disponibile nella lingua selezionata.
12.3.2. Starting a Service
To start a service, type the following at a shell prompt as
root
:
service service_name start
service service_name start
For example, to start the
httpd
service, type:
~]# service httpd start Starting httpd: [ OK ]
~]# service httpd start
Starting httpd: [ OK ]