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