Solution for 500 OOPS: cannot change directory in vsftp

Source: Internet
Author: User
Tags ftp connection

Solution for 500 OOPS: cannot change directory in vsftp
After centos is configured, I want to use ftp to connect to linux in the Virtual Machine Under XP today, but the error "500 OOPS: cannot change directory:/root" will appear during ftp connection, how can this problem be solved?

FTP support is not enabled by default, so access is blocked.

Solution:


1. View SELinux settings
# Getsebool-a | grep ftp
Ftpd_disable_trans-> off or ftp_home_dir-> off




2. Use the setsebool command to enable
# Setsebool ftpd_disable_trans 1 or # setsebool ftp_home_dir 1




3. Check whether the current status is on.
# Getsebool-a | grep ftp
Ftpd_disable_trans-> on or ftp_home_dir-> on


4. restart # service vsftpd restart


OK. The problem is resolved.


In addition, setsebool uses the-P parameter. You do not need to enter this command every time you start the system.
# Setsebool-P ftpd_disable_trans 1
Or
# Setsebool-P ftp_home_dir 1

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.