OOPS:vsftpd:refusing to run with writable root inside Chroot ()

Source: Internet
Author: User

FTP Server is VSFTPD, originally used well client, in today even go up to receive VSFTPD prompt: OOPS:vsftpd:refusing to run with writable root inside Chroot ()

Charlie's reason: Since 2.3.5, VSFTPD enhanced security checks, if the user is limited to their home directory, then the user's home directory can no longer have write permission! If the check finds that there are write permissions, the error is reported.

It suddenly occurred to me that the first two days of the FTP directory settings write permissions.

Workaround:

Option 1: Use the command chmod a-w/home/user to remove the Write permission from the user's home directory, and take care to replace the directory with your own.

Option 2:

#vi/etc/vsftpd.conf
Add allow_writeable_chroot=yes Save exit

Restart FTP.

OOPS:vsftpd:refusing to run with writable root inside Chroot ()

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.