<?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: Changing default shell to bash? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-shell-to-bash/m-p/2455906#M12477</link>
    <description>Fabio,&lt;BR /&gt;&lt;BR /&gt;Yes, you can just create the /etc/shells file.  Contents should be as JRF posted.   Then you'll need to download the package as Watanabe suggested.  That should be all there is to it.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
    <pubDate>Tue, 07 May 2002 16:59:49 GMT</pubDate>
    <dc:creator>Pete Randall</dc:creator>
    <dc:date>2002-05-07T16:59:49Z</dc:date>
    <item>
      <title>Changing default shell to bash?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-shell-to-bash/m-p/2455901#M12472</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I would like to change default shell for normal user to bash.&lt;BR /&gt;&lt;BR /&gt;I understand bash is not availble (or maybe I'm wrong), how can I include bash in this case.&lt;BR /&gt;&lt;BR /&gt;I'm using a linux NIS server for the HP-UX and Solaris.&lt;BR /&gt;&lt;BR /&gt;Thanks for any reply.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Han Ming</description>
      <pubDate>Fri, 20 Oct 2000 01:02:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-shell-to-bash/m-p/2455901#M12472</guid>
      <dc:creator>Low Han Ming</dc:creator>
      <dc:date>2000-10-20T01:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default shell to bash?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-shell-to-bash/m-p/2455902#M12473</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;1. You can do this, but don't do it for root!&lt;BR /&gt;&lt;BR /&gt;2. Specify /usr/bin/bash in the user(s) you want in /etc/passwd.&lt;BR /&gt;&lt;BR /&gt;3. Add /usr/bin/bash to the /etc/shells file -- along with every other shell that you want to remain valid.  /etc/shells is an ASCII file containing a list of legal shells on the system.  Each shell is listed in the file by its absolute path name.  Lines or portions of lines beginning with "#" are assumed to be comments and are ignored. Blank lines are also ignored.  Make the permissions 444 and the ownership "bin:bin".&lt;BR /&gt;&lt;BR /&gt;The file should look like this:&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;/usr/bin/bash&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 20 Oct 2000 01:52:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-shell-to-bash/m-p/2455902#M12473</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2000-10-20T01:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default shell to bash?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-shell-to-bash/m-p/2455903#M12474</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;But will it works even if bash cannot be found in my /usr/bin directory.&lt;BR /&gt;I can't find it there.&lt;BR /&gt;Is it that I have delete it off accidentally or need to be downloaded or ....?&lt;BR /&gt;&lt;BR /&gt;Thanks for any advice.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Han Ming</description>
      <pubDate>Fri, 20 Oct 2000 03:15:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-shell-to-bash/m-p/2455903#M12474</guid>
      <dc:creator>Low Han Ming</dc:creator>
      <dc:date>2000-10-20T03:15:13Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default shell to bash?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-shell-to-bash/m-p/2455904#M12475</link>
      <description>Please go &lt;A href="http://hpux.cs.utah.edu/." target="_blank"&gt;http://hpux.cs.utah.edu/.&lt;/A&gt;&lt;BR /&gt;And input "bash" to search.&lt;BR /&gt;Then you can find "bash" package.&lt;BR /&gt;&lt;BR /&gt;With regards,&lt;BR /&gt;Watanabe.&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Oct 2000 03:29:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-shell-to-bash/m-p/2455904#M12475</guid>
      <dc:creator>T.Watanabe</dc:creator>
      <dc:date>2000-10-20T03:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default shell to bash?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-shell-to-bash/m-p/2455905#M12476</link>
      <description>Hi...&lt;BR /&gt;&lt;BR /&gt;hmm, errr.. I`m with the same problem to install the bash here, but... am I supposed to create the /etc/shells file??? This file doesn`t exist in my HPUX... another thing, even when I created this file, give it the proper permission and ownership, when I try to configure any user using the SAM, I didn`t see the /usr/bin/bash shell in the shells option list.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance...&lt;BR /&gt;&lt;BR /&gt;Regards..&lt;BR /&gt;&lt;BR /&gt;Fabio</description>
      <pubDate>Tue, 07 May 2002 16:48:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-shell-to-bash/m-p/2455905#M12476</guid>
      <dc:creator>Fabio Maciel</dc:creator>
      <dc:date>2002-05-07T16:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default shell to bash?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-shell-to-bash/m-p/2455906#M12477</link>
      <description>Fabio,&lt;BR /&gt;&lt;BR /&gt;Yes, you can just create the /etc/shells file.  Contents should be as JRF posted.   Then you'll need to download the package as Watanabe suggested.  That should be all there is to it.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 07 May 2002 16:59:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-shell-to-bash/m-p/2455906#M12477</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-05-07T16:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Changing default shell to bash?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-shell-to-bash/m-p/2455907#M12478</link>
      <description>Oh, and you can just type in /usr/bin/bash rather than selecting it from the options list.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 07 May 2002 17:01:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/changing-default-shell-to-bash/m-p/2455907#M12478</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-05-07T17:01:24Z</dc:date>
    </item>
  </channel>
</rss>

