1828323 Members
3554 Online
109976 Solutions
New Discussion

bash depot

 
SOLVED
Go to solution
centurion
Frequent Advisor

bash depot

where can I download a bash depot file for hpux 11.11?

thanks for help ..
6 REPLIES 6
Geoff Wild
Honored Contributor
Solution

Re: bash depot

Right here:

http://hpux.ee.ualberta.ca/hppd/hpux/Shells/bash-3.2/

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Pete Randall
Outstanding Contributor

Re: bash depot

Why would you want a bash shell? The Posix shell will do anything that bash can. If you insist on a bash shell, just make sure that you do not change root's shell to bash. You can end up with a un-bootable system.


Pete

Pete
James R. Ferguson
Acclaimed Contributor

Re: bash depot

Hi:

See here:

http://hpux.cs.utah.edu/hppd/hpux/Shells/bash-3.2/

Whatever you do, however, don't change 'root's default shell. Since during the early stages of startup, only the root filesystem is mounted, you must run '/sbin/sh' and not a shell that resides in '/usr'. The '/sbin/sh' has no need of any of the dynamic libraries that live in '/usr'. Other shells do, however.

Regards!

...JRF...
centurion
Frequent Advisor

Re: bash depot

@Geoff and James:
Thanks for the link, I will download the file..

@Pete:
Our customer would like to work with the bash..


thanks all for the quick help!!
Ralph Grothe
Honored Contributor

Re: bash depot

You also can get a Bash as part of the HP-UX Linux porting kit
http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=B9891AA

Though the HP Posix shell is sufficient, it isn't quite true what Pete said.
The Bash has a couple of features that the standard HP shell lacks.
Even more features offers zsh.
However, with all those different shells you can easily fall victim to portability issues.
So I would suggest to do the scripting in a standardized language like Perl, Ruby, or Python.
Madness, thy name is system administration
centurion
Frequent Advisor

Re: bash depot

@Geoff and James:
Thanks for the link, I will download the file..

@Pete:
Our customer would like to work with the bash..


thanks all for the quick help!!