Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Hi all !!
I am trying to swtich to ksh shell. And when I type "ksh" it says command not found. So I tried using "which ksh" again its saying command not found. I went to the bin directory but I didn't found ksh there. Rest of them are there like tcsh, sh, bash etc.
My default shell is tcsh....
Do I need to install ksh separately? If yes then please send me the site and the information about how to download it.......
By the way I am using Mandrake 10.1. This might help you guys a bit more.
Some distros do not install ksh by default anymore. Mandrake being more of a user-friendly kind, I suspect it's the case. Try to find the package that contains ksh on your Mandrake CDs. It should be named "pdksh-<version>.rpm." Once you locate it, just install it using the rpm command (as root) as follows:
landon (root) ~/pdksh [213]>man urpmi
No manual entry for urpmi
landon (root) ~/pdksh [214]>
urpmi is only available on Mandriva or derivatives. The OP mentioned that they were running Mandrake 10.1 so I posted how to install the packages in that particular distro. Mandriva has pdksh and ksh93 available in its software repositories.
I don't understand, why would anyone use anything other than bash?
Many people with previous UNIX expereince, prefer KSH or CSH because those are the default shells on most UNIX flavours. Bash for a long time was just a Linux thing but many other UNIX and UNIX like operating systems have now incorporated it. I personally prefer zsh because it has better tab completion than bash.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.