<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: 550 Failed to change directory. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/550-failed-to-change-directory/m-p/5218840#M51598</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;By default vsftpd chroot's the user.&lt;BR /&gt;&lt;BR /&gt;That means the user does not have access to /&lt;BR /&gt;&lt;BR /&gt;You are in a subdirectory when you start.&lt;BR /&gt;&lt;BR /&gt;Or:&lt;BR /&gt;&lt;BR /&gt;The user does not have permissions.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Wed, 13 Jan 2010 16:41:03 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2010-01-13T16:41:03Z</dc:date>
    <item>
      <title>550 Failed to change directory.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/550-failed-to-change-directory/m-p/5218834#M51592</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;After installing and configuring vsftpd package, I could login with FTP but I can't change to some directories especially the newly created ones.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;230 Login successful.&lt;BR /&gt;ftp&amp;gt;&lt;BR /&gt;ftp&amp;gt;&lt;BR /&gt;ftp&amp;gt; bin&lt;BR /&gt;200 Switching to Binary mode.&lt;BR /&gt;ftp&amp;gt; ls /works&lt;BR /&gt;200 PORT command successful. Consider using PASV.&lt;BR /&gt;150 Here comes the directory listing.&lt;BR /&gt;/works&lt;BR /&gt;226 Directory send OK.&lt;BR /&gt;ftp: 8 bytes received in 0.00Seconds 8000.00Kbytes/sec.&lt;BR /&gt;ftp&amp;gt;&lt;BR /&gt;ftp&amp;gt; cd /works&lt;BR /&gt;550 Failed to change directory.&lt;BR /&gt;ftp&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Please Advice&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards,</description>
      <pubDate>Wed, 13 Jan 2010 08:54:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/550-failed-to-change-directory/m-p/5218834#M51592</guid>
      <dc:creator>Yaboto</dc:creator>
      <dc:date>2010-01-13T08:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: 550 Failed to change directory.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/550-failed-to-change-directory/m-p/5218835#M51593</link>
      <description>Check the directory permisions.&lt;BR /&gt;&lt;BR /&gt;Also, are you using SELinux?</description>
      <pubDate>Wed, 13 Jan 2010 10:16:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/550-failed-to-change-directory/m-p/5218835#M51593</guid>
      <dc:creator>J. Maestre</dc:creator>
      <dc:date>2010-01-13T10:16:24Z</dc:date>
    </item>
    <item>
      <title>Re: 550 Failed to change directory.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/550-failed-to-change-directory/m-p/5218836#M51594</link>
      <description>&lt;BR /&gt;I am using RHEL5, please</description>
      <pubDate>Wed, 13 Jan 2010 11:32:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/550-failed-to-change-directory/m-p/5218836#M51594</guid>
      <dc:creator>Yaboto</dc:creator>
      <dc:date>2010-01-13T11:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: 550 Failed to change directory.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/550-failed-to-change-directory/m-p/5218837#M51595</link>
      <description>Check if SELinux is enabled:&lt;BR /&gt;&lt;BR /&gt;sestatus&lt;BR /&gt;&lt;BR /&gt;Disable SELinux using&lt;BR /&gt;&lt;BR /&gt;setenforce 0&lt;BR /&gt;&lt;BR /&gt;Restart the vsftpd daemon&lt;BR /&gt;&lt;BR /&gt;service vsftpd restart&lt;BR /&gt;&lt;BR /&gt;Disable SELinux by editing /etc/sysconfig/selinux</description>
      <pubDate>Wed, 13 Jan 2010 11:57:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/550-failed-to-change-directory/m-p/5218837#M51595</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2010-01-13T11:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: 550 Failed to change directory.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/550-failed-to-change-directory/m-p/5218838#M51596</link>
      <description>You can also just disable it for vsftpd:&lt;BR /&gt;&lt;BR /&gt;setsebool ftpd_disable_trans 1&lt;BR /&gt;service vsftpd restart&lt;BR /&gt;</description>
      <pubDate>Wed, 13 Jan 2010 12:07:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/550-failed-to-change-directory/m-p/5218838#M51596</guid>
      <dc:creator>J. Maestre</dc:creator>
      <dc:date>2010-01-13T12:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: 550 Failed to change directory.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/550-failed-to-change-directory/m-p/5218839#M51597</link>
      <description>&lt;BR /&gt;Please, I am used to HP-UX, not Linux. Forgive me if my question is too basic:&lt;BR /&gt;&lt;BR /&gt;What is SELinux ?&lt;BR /&gt;&lt;BR /&gt;What does it do ?</description>
      <pubDate>Wed, 13 Jan 2010 15:59:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/550-failed-to-change-directory/m-p/5218839#M51597</guid>
      <dc:creator>Yaboto</dc:creator>
      <dc:date>2010-01-13T15:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: 550 Failed to change directory.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/550-failed-to-change-directory/m-p/5218840#M51598</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;By default vsftpd chroot's the user.&lt;BR /&gt;&lt;BR /&gt;That means the user does not have access to /&lt;BR /&gt;&lt;BR /&gt;You are in a subdirectory when you start.&lt;BR /&gt;&lt;BR /&gt;Or:&lt;BR /&gt;&lt;BR /&gt;The user does not have permissions.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 13 Jan 2010 16:41:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/550-failed-to-change-directory/m-p/5218840#M51598</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2010-01-13T16:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: 550 Failed to change directory.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/550-failed-to-change-directory/m-p/5218841#M51599</link>
      <description>SELinux is an implementation of mandatory access control on Linux.&lt;BR /&gt;&lt;BR /&gt;When it comes to files, it extends file permissions beyond the classic -rwxrwxrwx set, controlling which processes can access which files and how.&lt;BR /&gt;&lt;BR /&gt;If it's being enforced on vsftpd it could be the culprit of your problem, and you would have to either configure the SELinux policies or disable it for the vsftpd daemon.&lt;BR /&gt;&lt;BR /&gt;As suggested above check if SELinux is enabled, and if it is and you don't need it, disable it either just for vsftpd or all of it.</description>
      <pubDate>Wed, 13 Jan 2010 16:54:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/550-failed-to-change-directory/m-p/5218841#M51599</guid>
      <dc:creator>J. Maestre</dc:creator>
      <dc:date>2010-01-13T16:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: 550 Failed to change directory.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/550-failed-to-change-directory/m-p/5218842#M51600</link>
      <description>&lt;BR /&gt;Thanks !!!</description>
      <pubDate>Wed, 13 Jan 2010 17:35:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/550-failed-to-change-directory/m-p/5218842#M51600</guid>
      <dc:creator>Yaboto</dc:creator>
      <dc:date>2010-01-13T17:35:21Z</dc:date>
    </item>
  </channel>
</rss>

