How Linux creates an FTP server

Source: Internet
Author: User

  1. Before creating the FTP server, the command: Ps-ef |grep vsftpd

    Check the system has not installed VSFTPD this server, if it appears as shown in the interface instructions are not installed.

  2. Then execute: Yum install vsftpd-y

    Perform an online installation vsftpd this service.

  3. After the installation is successful, you need to close the anonymous login feature.

    Use command: vim/etc/vsftpd/vsftpd.conf

    Then found in Richeng:?

    Anonymous_enable=no
  4. And then look at the VSFTPD this service has no boot.

    Use command: Chkconfig--list

    If you do not start as shown.

    No startup using Startup: Chkconfig--level vsftpd on

  5. The next step is to create the user name.

    Create user name: Useradd Jingyan

  6. Then the password is created.

    Command: passwd Jingyan

    You can enter the password two times.

  7. Finally, restart the services: Service VSFTPD start

    If a startup failure occurs, you can use:/etc/rc.d/init.d/vsftpd restart

  8. Successfully linked on the FTP server.

How Linux creates an FTP server

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.