hi,
You can check as follows,
1.) chkconfig --list (this will list all the service which are enable and disable)
2.) chkconfig service-name off (will disable the service at startup)
3.) service service-name status (will say whether the service is on or off)


Reply With Quote
Bookmarks