formats

Start and Stop Services in Ubuntu

Published on July 8, 2010, by + in linux, sysadmin.



How can I start and stop services in Ubuntu with a GUI?

Well depending on how you define graphical, there is an excellent tool called SysV Runlevel Config.



First, install it:

sudo apt-get install sysv-rc-conf


Then start it with sudo:

sudo sysv-rc-conf


Now you can go through a press the space bar to toggle services on or off at different run levels. This is helpful to disable the many things Ubuntu has on by default.

sysvrcconf

Sweet!

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Notify me of followup comments via e-mail. You can also subscribe without commenting.

Home linux Start and Stop Services in Ubuntu