- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: ksh on linux
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
05-25-2006 03:32 AM
05-25-2006 03:32 AM
ksh on linux
Thanks
Hunki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 04:12 AM
05-25-2006 04:12 AM
Re: ksh on linux
rpm -ivh
Download it from:
http://rpm.pbone.net/index.php3/stat/4/idpl/1211244/com/pdksh-5.2.14-24.i386.rpm.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 09:41 AM
05-25-2006 09:41 AM
Re: ksh on linux
rpm -ivh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2006 08:44 PM
05-25-2006 08:44 PM
Re: ksh on linux
in some cases you even get the choice between the 'real' or the 'open' ksh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-26-2006 03:04 AM
05-26-2006 03:04 AM
Re: ksh on linux
http://www.rpmfind.net/linux/rpm2html/search.php?query=ksh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 06:24 AM
05-29-2006 06:24 AM
Re: ksh on linux
If You do want ksh, do use ksh.
it's available from AT&T at http://www.kornshell.com/
Read the license agreement, it mostly states they won't be held liable for anything resulting to Your usage of ksh, and then enter the password from the license text and download it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2006 05:39 PM
05-29-2006 05:39 PM
Re: ksh on linux
Public Domain Korn Shell pdksh is available for Linux. Normally supplied with all distribution.
Regards,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2006 11:36 PM
05-30-2006 11:36 PM
Re: ksh on linux
Rajesh was right. You will have pdksh on all distros.
Check with rpm as;
#rpm -qa | grep -i ksh
It should show you;
pdksh-5.2.14-780.1
HTH,
Prabu.S