<?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: setting the user root directory in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-the-user-root-directory/m-p/3175610#M161968</link>
    <description>Create a group called "guest" and add gsds as a member to it. &lt;BR /&gt;&lt;BR /&gt;$grep guest /etc/group&lt;BR /&gt;guest::2001:gsds&lt;BR /&gt;&lt;BR /&gt;Your ftpaccess should look like this&lt;BR /&gt;&lt;BR /&gt;class local real,anonymous *.domain 0.0.0.0&lt;BR /&gt;class remote real,anonymous *&lt;BR /&gt;&lt;BR /&gt;# Display secure Nortel Networks banner&lt;BR /&gt;banner /etc/ftpd/ftpd_banner&lt;BR /&gt;&lt;BR /&gt;suppresshostname yes&lt;BR /&gt;suppressversion yes&lt;BR /&gt;guestgroup guest&lt;BR /&gt;&lt;BR /&gt;Try 'ftp' to verify it.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 27 Jan 2004 18:00:34 GMT</pubDate>
    <dc:creator>Sridhar Bhaskarla</dc:creator>
    <dc:date>2004-01-27T18:00:34Z</dc:date>
    <item>
      <title>setting the user root directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-the-user-root-directory/m-p/3175606#M161964</link>
      <description>&lt;BR /&gt; I am attempting to set up a few users with restricted directories. When they ftp in they are able to move around freely. So I amattempting to use the suggestions given in the man pages of ftpaccess. Here is the changes I have made to the passwd file..&lt;BR /&gt;&lt;BR /&gt;gsds:u2GKr011vo5RU:515:515:GSDSRepository:/NGCS/./gsds:/bin/ksh  &lt;BR /&gt;&lt;BR /&gt; I want to not have the ability to move past the NGCS directory. I amnot sure what I am forgetting but any help would be appreciated.</description>
      <pubDate>Tue, 27 Jan 2004 15:39:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-the-user-root-directory/m-p/3175606#M161964</guid>
      <dc:creator>Don Ferderber_1</dc:creator>
      <dc:date>2004-01-27T15:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: setting the user root directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-the-user-root-directory/m-p/3175607#M161965</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You will also have to configure your ftpaccess file.&lt;BR /&gt;&lt;BR /&gt;Create a group called 'guest' (or anything that you want) and add it as a guestgroup in ftpaccess file. Make gsds as a member of this guest group.&lt;BR /&gt;&lt;BR /&gt;guestgroup guest&lt;BR /&gt;&lt;BR /&gt;Try to ftp again. When you ftp you should see the following message.&lt;BR /&gt;&lt;BR /&gt;230 User gsds logged in.  Access restrictions apply.&lt;BR /&gt;Remote system type is UNIX.&lt;BR /&gt;Using binary mode to transfer files.&lt;BR /&gt;ftp&amp;gt;pwd&lt;BR /&gt;&lt;BR /&gt;You can also put other restrictions like &lt;BR /&gt;&lt;BR /&gt;chmod no guest&lt;BR /&gt;delete no guest &lt;BR /&gt;&lt;BR /&gt;etc.,&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jan 2004 15:47:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-the-user-root-directory/m-p/3175607#M161965</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-01-27T15:47:54Z</dc:date>
    </item>
    <item>
      <title>Re: setting the user root directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-the-user-root-directory/m-p/3175608#M161966</link>
      <description>&lt;BR /&gt; Ok .. I must be opushing my luck here. What would that entry look like. I am confused about the class entry and where the group is set etc...</description>
      <pubDate>Tue, 27 Jan 2004 16:13:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-the-user-root-directory/m-p/3175608#M161966</guid>
      <dc:creator>Don Ferderber_1</dc:creator>
      <dc:date>2004-01-27T16:13:06Z</dc:date>
    </item>
    <item>
      <title>Re: setting the user root directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-the-user-root-directory/m-p/3175609#M161967</link>
      <description>&lt;BR /&gt; Sorry my file looks something like this right now ..&lt;BR /&gt;&lt;BR /&gt;class   local   real,anonymous *.domain 0.0.0.0&lt;BR /&gt;class   remote  real,anonymous *&lt;BR /&gt;&lt;BR /&gt;# Display secure Nortel Networks banner&lt;BR /&gt;banner /etc/ftpd/ftpd_banner&lt;BR /&gt;&lt;BR /&gt;suppresshostname yes&lt;BR /&gt;suppressversion yes&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jan 2004 16:14:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-the-user-root-directory/m-p/3175609#M161967</guid>
      <dc:creator>Don Ferderber_1</dc:creator>
      <dc:date>2004-01-27T16:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: setting the user root directory</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/setting-the-user-root-directory/m-p/3175610#M161968</link>
      <description>Create a group called "guest" and add gsds as a member to it. &lt;BR /&gt;&lt;BR /&gt;$grep guest /etc/group&lt;BR /&gt;guest::2001:gsds&lt;BR /&gt;&lt;BR /&gt;Your ftpaccess should look like this&lt;BR /&gt;&lt;BR /&gt;class local real,anonymous *.domain 0.0.0.0&lt;BR /&gt;class remote real,anonymous *&lt;BR /&gt;&lt;BR /&gt;# Display secure Nortel Networks banner&lt;BR /&gt;banner /etc/ftpd/ftpd_banner&lt;BR /&gt;&lt;BR /&gt;suppresshostname yes&lt;BR /&gt;suppressversion yes&lt;BR /&gt;guestgroup guest&lt;BR /&gt;&lt;BR /&gt;Try 'ftp' to verify it.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jan 2004 18:00:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/setting-the-user-root-directory/m-p/3175610#M161968</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-01-27T18:00:34Z</dc:date>
    </item>
  </channel>
</rss>

