Wednesday, December 15, 2010

How to on and off services for different run-levels?

This is very common and easy thing in Unix.

Many services run on OS if we want to check whether specific service is running or not we will use the command:

chkconfig --list which list the services running in all run-levels

to turn on\off the service we take the help of above command:

chkconfig --levels 35 service on\off.

No comments:

Post a Comment