On Windows a command like net start mysql will try to start the MySQL service. I am looking for equivalent Linux command to do that - to change the status of services through Linux commands.
|
feedback
|
migrated from stackoverflow.com Jan 10 at 4:29
This question came from our site for professional and enthusiast programmers.
|
A lot of linux'es support the service command
This is related to chkconfig
Otherwise you can do it the old fashioned way
| |||||||
feedback
|
|
Your "service" scripts are all stored in | |||
|
feedback
|
|
Usually Linux distros have an
| |||
|
feedback
|
/etc/rc.d, but Ubuntu encourages you to useservice. – Kevin Jan 10 at 4:01