Linux automatically starts shell

Source: Internet
Author: User
Linux Automatic startup shell-general Linux technology-Linux technology and application information. The following is a detailed description. Because of the differences in linux versions: the locations and names of automatically started shell scripts are also different. in linux versions such as redhat and red flag, the startup scripts are placed in/etc/rc. in the d directory, the name is rc. local. In suse, the linux boot script is stored in the/etc/init. d directory named boot. local.

For example, apache and mysql are automatically started.

In linux such as Hongqi and radhat
# Cd/etc/rc. d
# Vi rc. local
Add rc. local:
/Usr/local/apache/bin/apachectl start
/Usr/local/mysql/bin/mysqld_safe -- user = mysql &

In suse
# Cd/etc/init. d
# Vi boot. local
Add rc. local:
/Usr/local/apache/bin/apachectl start
/Usr/local/mysql/bin/mysqld_safe -- user = mysql &

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.