Possible Duplicate:
What’s the recommended way to enable / disable services?
Are there any other command to start stop restart service in ubuntu other than the below following.
service --status-allservice <service name> stopsudosysv-rc-conf
Are there any other command to start stop restart service in ubuntu other than the below following.
|
|||||||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
It depends largely on the service. The new and preferred way to stop start and restart services is through
The same is true of many other services, but probably not all. You can use the utility If you're looking for a GUI application, try Boot up Manager. Install with
and run from the UI or from a terminal with
|
|||||||||
|
|
You can use the following commands:
Note If you have
|
||||
|
|