Ubuntu12.10 how to manage (add or delete) boot programs

Source: Internet
Author: User
In Windows, you can run msconfig to conveniently manage startup programs and services of the operating system. In Ubuntu, how can I easily add or delete startup programs and services? Linux boot programs are started through script programs. The specific content is in/etc/rc0.d ~ In/etc/rc6.d and/etc/rcS. d, start with S and start with K. But how can I easily manage the startup programs and services of the operating system through the graphic interface? The following describes

In Windows, you can run msconfig to conveniently manage startup programs and services of the operating system.

In Ubuntu, how can I easily add or delete startup programs and services?

Linux boot programs are started through script programs. The specific content is in/etc/rc0.d ~ In/etc/rc6.d and/etc/rcS. d, start with S and start with K.

But how can I easily manage the startup programs and services of the operating system through the graphic interface? The following describes several methods.

1. Search for and open Startup Applications or start application preferences in Dash Home. If there is nothing in the Startup Program Manager, open the terminal and enter the command: sudo sed-I's/NoDisplay = true/NoDisplay = false/G'/etc/xdg/autostart /*. and then restart the program manager to view the programs and services that have been started by yourself.

2. Use rcconf or sysv-rc-conf.

Rcconf installation:

Sudo apt-get install rcconf

Run rcconf:

Sudo rcconf

Sysv-rc-conf is more comprehensive than rcconf. The installation method is as follows:

Sudo apt-get sysv-rc-conf

Run sysv-rc-conf:

Sudo sysv-rc-conf

For more information about Ubuntu, see Ubuntu special page http://www.linuxidc.com/topicnews.aspx? Tid = 2

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.