How to set the auto-start option in UbuntuLinux System
Source: Internet
Author: User
Article Title: how to set the Automatic startup option in UbuntuLinux system. Linux is a technology channel of the IT lab in China. Including desktop applications, Linux system management, kernel research, embedded systems and open source, and other basic categories. Use some gadgets to manage Ubuntu startup options:
Small Tool rcconf:
Sudo apt-get rcconf
Sudo apt-get install rcconf
Run rcconf under root.
More comprehensive tools: sysv-rc-conf
Sudo apt-get update
Sudo apt-get install sysv-rc-conf
Run: sudo sysv-rc-conf
You can also directly modify
Directly change/etc/rc0.d ~ Something in/etc/rc6.d and/etc/rcS. d. Start with S and not start with K,
For example, to disable automatic startup of vsftpd, you only need to run sudo mv/etc/rc2.d/S20vsftpd/etc/rc2.d/K20vsftpd.
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.