Re: /bin/ksh not found
From: Derk Gwen (derkgwen@HotPOP.com)
Date: 04/22/03
- Previous message: Floyd Davidson: "Re: /bin/ksh not found"
- Maybe in reply to: gilgantic: "/bin/ksh not found"
- Next in thread: Florian Anwander: "Re: /bin/ksh not found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Derk Gwen <derkgwen@HotPOP.com> Date: Tue, 22 Apr 2003 07:06:32 -0000
gilgantic@yahoo.com (gilgantic) wrote:
# I am getting the following error "/bin/ksh not found" when I execute a
# simple shell script. I have #!/bin/ksh at the beginning of my file. I
# tried
# #/usr/bin/ksh as well, but the same error.
#
# Do I need to modify my .profile or .kshrc file in anyway. My PATH
# variable does have the :bin and :usr/bin appended to the PATH.
Not all systems have korn shell installed. If 'ls /bin/ksh' says file not found,
you'll have to use another bourne shell variant. Do 'ls /bin/*sh', and you should
see /bin/sh (bourne shell) and perhaps /bin/bash (bourne again shell). ksh and
bash are mostly compatiable extensions of sh. If sh can do it, ksh and bash
can run the same script. If ksh can do it, bash can probably do it, and perhaps
sh.
-- Derk Gwen http://derkgwen.250free.com/html/index.html JUSTICE! Justice is dead.
- Previous message: Floyd Davidson: "Re: /bin/ksh not found"
- Maybe in reply to: gilgantic: "/bin/ksh not found"
- Next in thread: Florian Anwander: "Re: /bin/ksh not found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|