RHEL5 automatically starts Network Services

Source: Internet
Author: User
RHEL5 automatically starts the network service-Linux Enterprise Application-Linux server application information. The following is a detailed description. If RHEL5 is installed, the ftp service is installed by default, and vsftpd is used for redhat. However, when the system starts, the ftp service is not started by default. vsftpd is executed every time. I checked the configuration for automatic start of the network service online: chkconfig

First chkconfig -- list

The output result is
Vsftpd 0: off 1: off 2: off 3: off 4: off 5: off 6: off
Winbind 0: off 1: off 2: off 3: off 4: off 5: off 6: off
Wpa_supplicant 0: off 1: off 2: off 3: off 4: off 5: off 6: off
Xfs 0: off 1: off 2: on 3: on 4: on 5: on 6: off
Xinetd 0: off 1: off 2: off 3: on 4: on 5: on 6: off
Ypbind 0: off 1: off 2: off 3: off 4: off 5: off 6: off
Yum-updatesd 0: off 1: off 2: off 3: on 4: on 5: on 6: off

We can see that vsftpd is off under all runlevels.

The next step is to open the vsftpd service.
Chkconfig -- level 35 vsftpd on

Let's take a look at the results.
Vsftpd 0: off 1: off 2: off 3: on 4: off 5: on 6: off
Winbind 0: off 1: off 2: off 3: off 4: off 5: off 6: off
Wpa_supplicant 0: off 1: off 2: off 3: off 4: off 5: off 6: off
Xfs 0: off 1: off 2: on 3: on 4: on 5: on 6: off
Xinetd 0: off 1: off 2: off 3: on 4: on 5: on 6: off
Ypbind 0: off 1: off 2: off 3: off 4: off 5: off 6: off
Yum-updatesd 0: off 1: off 2: off 3: on 4: on 5: on 6: off

Enabled

Try restarting the system. There is no problem!

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.