Results 1 to 6 of 6
Is Korn shell available in Linux. I know it uses the bash. But is there a way to use Korn shell in linux.
Thanks....
- 02-27-2007 #1Just Joined!
- Join Date
- Feb 2007
- Posts
- 5
Korn Shell in Linux
Is Korn shell available in Linux. I know it uses the bash. But is there a way to use Korn shell in linux.
Thanks.
- 02-27-2007 #2
Yes, get an RPM and install it
Then use chsh to change your default shell to kshPut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 02-27-2007 #3Just Joined!
- Join Date
- Feb 2007
- Posts
- 5
Thanks for the quick response. Appreciate if you can point me to any site links where I can down load the rpm. Also I notice in my root/bin dir is empty. Shouldn't be there the executables files for the tools and others. How do I fix this.
Thanks.
- 02-27-2007 #4
No need to fix
/root/bin
is for the root account
/bin
maybe what you are thinking of
Its confusing since we often call '/' root and it is the root directory but there is also a special root user the admin. His user directory is off of root not off of home.
- 02-27-2007 #5
yast should have ksh in its package list. try searching in there.
also, all the answers given are wrong. the root tools are kept in /usr/sbin and /sbin.Here's why Linux is easier than Windows:
Package Managers! Apt-Get and Portage (among others) allow users to install programs MUCH easier than Windows can.
Hardware Drivers. In SuSE, ALL the hardware is detected and installed automatically! How is this harder than Windows' constant disc changing and rebooting?
- 02-27-2007 #6Are you sure? Can you run ls or ps commands. These are some of the files located in /bin.my root/bin dir is empty


Reply With Quote