<?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: control the ftp directory in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862486#M25210</link>
    <description>hm,&lt;BR /&gt;you can always change ownership with: &lt;BR /&gt;chown username.groupname foldername&lt;BR /&gt;&lt;BR /&gt;Make sure that the user or everyone has r-x permission for this directory, otherwise he won't be ableo to cd there.&lt;BR /&gt;</description>
    <pubDate>Tue, 26 Sep 2006 06:31:33 GMT</pubDate>
    <dc:creator>Alexander Chuzhoy</dc:creator>
    <dc:date>2006-09-26T06:31:33Z</dc:date>
    <item>
      <title>control the ftp directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862479#M25203</link>
      <description>I want to create a new login ID and control this ID can only access to a specify directory eg. /home/ftp_usr , can advise what can I do ? thx</description>
      <pubDate>Wed, 13 Sep 2006 20:51:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862479#M25203</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2006-09-13T20:51:26Z</dc:date>
    </item>
    <item>
      <title>Re: control the ftp directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862480#M25204</link>
      <description>so you want to set up chroot-ed ftp user. &lt;BR /&gt;there are lot manuals, see for example &lt;A href="http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html" target="_blank"&gt;http://www.cyberciti.biz/tips/vsftp-chroot-users-limit-to-only-their-home-directory.html&lt;/A&gt;</description>
      <pubDate>Thu, 14 Sep 2006 01:36:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862480#M25204</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-09-14T01:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: control the ftp directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862481#M25205</link>
      <description>thx reply,&lt;BR /&gt;&lt;BR /&gt;But I found that if I add "chroot_local_user=YES" , ALL user only can access OWN directory , if I want a SPECIFY user can access some SPECIFY directory , what can I do ? thx&lt;BR /&gt;&lt;BR /&gt;"Now all users of VSFTPD/FTP will be limited to accessing only files in their own home directory. They will not able to see /, /etc, /root and /tmp and all other directories. This is an essential security feature. "&lt;BR /&gt;</description>
      <pubDate>Thu, 14 Sep 2006 01:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862481#M25205</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2006-09-14T01:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: control the ftp directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862482#M25206</link>
      <description>You can add a user with:&lt;BR /&gt;useradd -d /path/dirname &lt;BR /&gt;to the system so upon his login he'll get the directory (and its subdirectories) you want. If you enabled chroot_local_user option then the user will be limited to this directory.</description>
      <pubDate>Thu, 14 Sep 2006 02:03:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862482#M25206</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-09-14T02:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: control the ftp directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862483#M25207</link>
      <description>You need to use the following options:&lt;BR /&gt;&lt;BR /&gt;chroot_list_enable=YES&lt;BR /&gt;chroot_list_file=/etc/vsftpd/vsftpd.chroot_list&lt;BR /&gt;&lt;BR /&gt;Only users listed in the file will be in chroot jail.</description>
      <pubDate>Thu, 14 Sep 2006 08:31:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862483#M25207</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-09-14T08:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: control the ftp directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862484#M25208</link>
      <description>In addition to the above tips, no shell for the user.</description>
      <pubDate>Thu, 14 Sep 2006 12:41:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862484#M25208</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2006-09-14T12:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: control the ftp directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862485#M25209</link>
      <description>thx reply,&lt;BR /&gt;&lt;BR /&gt;if I want to limite the user in the specify directory not OWN directory , what can I do ? thx.</description>
      <pubDate>Tue, 26 Sep 2006 06:23:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862485#M25209</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2006-09-26T06:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: control the ftp directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862486#M25210</link>
      <description>hm,&lt;BR /&gt;you can always change ownership with: &lt;BR /&gt;chown username.groupname foldername&lt;BR /&gt;&lt;BR /&gt;Make sure that the user or everyone has r-x permission for this directory, otherwise he won't be ableo to cd there.&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Sep 2006 06:31:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862486#M25210</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-09-26T06:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: control the ftp directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862487#M25211</link>
      <description>thx alexander ,&lt;BR /&gt;&lt;BR /&gt;"you can always change ownership with: &lt;BR /&gt;chown username.groupname foldername&lt;BR /&gt;&lt;BR /&gt;Make sure that the user or everyone has r-x permission for this directory, otherwise he won't be ableo to cd there" .&lt;BR /&gt;&lt;BR /&gt;of course the user can access the foldername , but if I want the user can ONLY access the foldername but not other directoies , what can i do ? thx</description>
      <pubDate>Wed, 27 Sep 2006 00:28:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862487#M25211</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2006-09-27T00:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: control the ftp directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862488#M25212</link>
      <description>from my previous reply:&lt;BR /&gt;&lt;BR /&gt;You can add a user with:&lt;BR /&gt;useradd -d /path/dirname &lt;BR /&gt;to the system so upon his login he'll get the directory (and its subdirectories) you want. If you add "chroot_local_user=YES" option to /etc/vsftpd/vsftpd.conf and restart the vsftpd service,then the user will be limited to his own directory. His own directory doesn't have to reside in /home, thus it can be the directory (the only directory with its subdirectories) that you want him to access.&lt;BR /&gt;&lt;BR /&gt;P.S.&lt;BR /&gt;You didn't assign points, which will probably result in less replies to your questions in the future.</description>
      <pubDate>Wed, 27 Sep 2006 00:53:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862488#M25212</guid>
      <dc:creator>Alexander Chuzhoy</dc:creator>
      <dc:date>2006-09-27T00:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: control the ftp directory</title>
      <link>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862489#M25213</link>
      <description>thx alexander,&lt;BR /&gt;&lt;BR /&gt;if I not only want to release the user home directory , I want to release one more directory eg. /tmp so that the user can  access his own directory and /tmp either , what can I do ?thx</description>
      <pubDate>Wed, 27 Sep 2006 01:08:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/control-the-ftp-directory/m-p/3862489#M25213</guid>
      <dc:creator>hangyu</dc:creator>
      <dc:date>2006-09-27T01:08:30Z</dc:date>
    </item>
  </channel>
</rss>

