List all services :
or using GUI/System Utility :
# chkconfig --listActive/Deactive services
# chkconfig "servicesname" on/offSet service active on specific run level
# chkconfig --level 35 "servicesname" on/offRemove service
# chkconfig --del "servicesname"Add Service
# chkconfig --add "servicesname"Restart service
# service "servicesname" restart
or using GUI/System Utility :
# system-config-services
# ntsysv
0 comments:
Post a Comment