How to turn on FTP service under Linux

Source: Internet
Author: User

  1. First the server will install the FTP software to see if the FTP software has been installed:
    #which vsftpd
    If you see a vsftpd directory stating that the server has FTP software installed

  2. View FTP Server Status
    #service vsftpd Status

  3. If it is not installed, check if there is an available RPM installation package

    [email protected] ~]# Yum list |grep vsftpd

    vsftpd.i686 2.2.2-21.EL6 Base

  4. Installing the VSFTPD Service

    [email protected] ~]# Yum install-y vsftpd


5. Start the FTP server
#service vsftpd Start

6. Restart the FTP server
#service vsftpd Restart

7. Check if the service has started
[email protected] ~]# NETSTAT-LNP

TCP 0 0 0.0.0.0:21 0.0.0.0:* LISTEN 1491/vsftpd

If you see the above information, it proves that the FTP service is turned on.

8. If you need to open the root user's FTP permissions to modify the following two files
Comment out root in #vi/etc/vsftpd/ftpusers
#vi/etc/vsftpd/user_list also comment out the root
Then restart the FTP service

[Email protected] ~]# service vsftpd restart



This article is from the "11749015" blog, please be sure to keep this source http://11759015.blog.51cto.com/11749015/1859608

How to turn on FTP service under Linux

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.