<?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 /etc/shells in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shells/m-p/2518221#M758263</link>
    <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I want to know whether we have to include all the shells allowed to be used in the system in /etc/shells file.  My system currently does not have /etc/shells file, but I need to set some a/c to /usr/bin/false but allow them to use ftp.  Adding /usr/bin/false in /etc/shells is a must to do so.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Tony.</description>
    <pubDate>Wed, 18 Apr 2001 08:30:19 GMT</pubDate>
    <dc:creator>Tony Chiu</dc:creator>
    <dc:date>2001-04-18T08:30:19Z</dc:date>
    <item>
      <title>/etc/shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shells/m-p/2518221#M758263</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;I want to know whether we have to include all the shells allowed to be used in the system in /etc/shells file.  My system currently does not have /etc/shells file, but I need to set some a/c to /usr/bin/false but allow them to use ftp.  Adding /usr/bin/false in /etc/shells is a must to do so.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;Tony.</description>
      <pubDate>Wed, 18 Apr 2001 08:30:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shells/m-p/2518221#M758263</guid>
      <dc:creator>Tony Chiu</dc:creator>
      <dc:date>2001-04-18T08:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shells/m-p/2518222#M758264</link>
      <description>Tony,&lt;BR /&gt;&lt;BR /&gt;All shells that are used by users who need ftp access need to be included in /etc/shells. If, for instance, only one user uses csh, but this user does'nt need ftp access, csh doesnt's have to be included in /etc/shells.&lt;BR /&gt;&lt;BR /&gt;Vincent</description>
      <pubDate>Wed, 18 Apr 2001 08:50:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shells/m-p/2518222#M758264</guid>
      <dc:creator>Vincent Stedema</dc:creator>
      <dc:date>2001-04-18T08:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shells/m-p/2518223#M758265</link>
      <description>If this file does not exist all the shells are allowed ( also /usr/bin/false)&lt;BR /&gt;&lt;BR /&gt;Federico</description>
      <pubDate>Wed, 18 Apr 2001 08:50:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shells/m-p/2518223#M758265</guid>
      <dc:creator>federico_3</dc:creator>
      <dc:date>2001-04-18T08:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shells/m-p/2518224#M758266</link>
      <description>Thanks Vincent and Federico.  &lt;BR /&gt;&lt;BR /&gt;It seems that the man page of /etc/shells is quite vague, it does not say about shells for ftp.&lt;BR /&gt;&lt;BR /&gt;Tony.</description>
      <pubDate>Wed, 18 Apr 2001 09:04:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shells/m-p/2518224#M758266</guid>
      <dc:creator>Tony Chiu</dc:creator>
      <dc:date>2001-04-18T09:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shells/m-p/2518225#M758267</link>
      <description>Tony,&lt;BR /&gt;&lt;BR /&gt;/etc/shells is used to identify which shells have ftp access and which don't. These shells are not used during the ftp-session itself. You can't restrict ftp access for a specific user by giving them a rksh shell. If you want to restrict the "shell" of an ftp-user and you're using hp-ux 11.00, take a look at the man page for "ftpaccess". &lt;BR /&gt;&lt;BR /&gt;Vincent&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Apr 2001 09:44:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shells/m-p/2518225#M758267</guid>
      <dc:creator>Vincent Stedema</dc:creator>
      <dc:date>2001-04-18T09:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shells/m-p/2518226#M758268</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;According to the man page for getusershell(3c) - which is used by ftpd(1m) - the following are the "standard shells" if the /etc/shells file does not exist:&lt;BR /&gt;&lt;BR /&gt;/sbin/sh&lt;BR /&gt;/usr/bin/sh&lt;BR /&gt;/usr/bin/rsh&lt;BR /&gt;/usr/bin/ksh&lt;BR /&gt;/usr/bin/rksh&lt;BR /&gt;/usr/bin/csh&lt;BR /&gt;/usr/bin/keysh&lt;BR /&gt;&lt;BR /&gt;Since /usr/bin/false is not in the list, you would have to create an /etc/shells file.&lt;BR /&gt;&lt;BR /&gt;For other ftp access related issues, check out the man pages for ftpaccess(4) and ftpusers(4).&lt;BR /&gt;&lt;BR /&gt;--Bruce</description>
      <pubDate>Wed, 18 Apr 2001 12:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shells/m-p/2518226#M758268</guid>
      <dc:creator>Bruce Regittko_1</dc:creator>
      <dc:date>2001-04-18T12:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: /etc/shells</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/etc-shells/m-p/2518227#M758269</link>
      <description>Tony, rule of thumb is, if your user gets a 530 error trying to ftp, type #env, check out the shell and add it to /etc/shells.&lt;BR /&gt;&lt;BR /&gt;Berlene</description>
      <pubDate>Wed, 18 Apr 2001 12:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/etc-shells/m-p/2518227#M758269</guid>
      <dc:creator>Berlene Herren</dc:creator>
      <dc:date>2001-04-18T12:14:36Z</dc:date>
    </item>
  </channel>
</rss>

