12.3.2. Starting a Service
To start a service, type the following at a shell prompt as
root
:
service
service_namestart
For example, to start the
httpd
service, type:
~]# service httpd start
Starting httpd: [ OK ]