H I O X INDIA
LINUX Services
 HOME  ||  Scripts  ||  Purchase  ||  Tutorials  ||  Images  ||  Tools  ||  Directories 
  :-)  Send Page   :-)   Feedback   :-)   Register   :-)   Links   :-)   Support   :-)   Bookmarks :-)  
 Forums   Hosting   Internet Stats   Easy Calculation   FUN Games 

LINUX Services
Introduction
RunLevels
Starting Services
Listing Services
Services in A
Services in B
Services in C
Services in D
Services in E
Services in F
Services in G
Services in H
Services in I
Services in K
Services in L
Services in M
Services in N
Services in O
Services in P
Services in R
Services in S
Services in T
Services in U
Services in V
Services in W
Services in X
Services in Y
Services in Z
Feedback





Starting Linux Services


Topic

How to start/stop Linux services?


Explanation

     Now lets see how to start or stop a service.

Status of a Service:
     Before starting or stoping a service, first check the status of the service. Suppose if we want to start a httpd service, lets first check the status of the service like:
/etc/rc.d/init.d/httpd status
httpd is stopped
     From the above example, we can see the status of the service httpd is stopped.

Start a Service
     After checking the status, now we can proceed to start a service.
/etc/rc.d/init.d/httpd start
Starting httpd:                                            [  OK  ]
     The above one will start the httpd server.

Stop a Service
     If we want to stop a service, we can check the status of the service and proceed to stop a service.
/etc/rc.d/init.d/httpd stop
Stopping httpd:                                            [  OK  ]
     This command will stop the httpd server.




        LINUX Services... Hope you enjoy this tutorial. We welcome your Valuable feedbacks or suggestions on this LINUX Services. This is a copyright content.


privacy policy     license     sitemap
© 2004-2005 HIOX INDIA - hioxindia.com

Other Links