Configure local users to access VSFTPD and give write permissions under CentOS 6

Source: Internet
Author: User

Installation and testing of availability

1. Installation command

Yum Install vsftpd

2, configure the firewall, add a row

-A input-p tcp-m tcp--dport 21-j ACCEPT

Test Telnet 192.168.0.1 21 on other machines

3. Start-Up service

Chkconfig--level 2345 vsftpd on

4. Start the service

/ETC/INIT.D/VSFTPD start

Second, configure local user access, and give write permission

1. Configuring the Vsftpd.conf File

VI vsftpd.conf

Prohibit anonymous user access: Anonymous_enable=no

Allow local users to log on: Local_enable=yes

Give local user Write permission (upload, delete): Write_enable=yes

Configure local user access: www.2cto.com

Chroot_list_enable=yes

Chroot_list_file=/etc/vsftpd/chroot_list

2. Add local user as Ftpuser

VI chroot_list

Add Local user admin

Configure local users to access VSFTPD and give write permissions under CentOS 6

Related Article

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.