- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- bash depot
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 01:36 AM
07-05-2007 01:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 01:38 AM
07-05-2007 01:38 AM
Solutionhttp://hpux.ee.ualberta.ca/hppd/hpux/Shells/bash-3.2/
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 01:40 AM
07-05-2007 01:40 AM
Re: bash depot
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 01:42 AM
07-05-2007 01:42 AM
Re: bash depot
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...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 01:49 AM
07-05-2007 01:49 AM
Re: bash depot
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!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 02:16 AM
07-05-2007 02:16 AM
Re: bash depot
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2007 03:44 AM
07-05-2007 03:44 AM
Re: bash depot
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!!