Sunday, 29 December 2013

Services and Daemons in Red Hat Linux

Hello Friends I am Deepak Saini and now I amd trying to explain the services and their daemons in Red Hat linux.
Lets Start

Services :-  We are use the services to manage the process .Linux is manage by many  services.Service si kind of job of a program .Program and  Software done job that is called services.

Process  :- When we are execute a command that is called a process.

Daemons :-A daemon is a type of program on Linux operating systems that runs unobtrusively in the background, rather than under the direct control of a user, waiting to be activated by the occurance of a specific event or condition.

How to manage services :)

1 How to check the status of a service 
syntax:- service <service name > status  

 in this service is the command and status is the option and service name is your service name which you want to see the .

2 How to start a service after installion 
syntax:- service <service name > start


in this same service and service name and start for start a service

3 How to stop a service 
syntax:- service <service name> stop

 in this all most same but stop for stop a service

4 How to restart our service
syntax :- service <service name> restart


in this restart for restar the service


Complete Thanks for reading and sorry for my RIP english :) 
Jai HIND

0 comments:

Post a Comment