Re: /bin/ksh not found
From: Rich Teer (rich.teer@rite-group.com)
Date: 04/22/03
- Next message: Casper H.S. ***: "Re: rm - Arguments too long"
- Previous message: gilgantic: "/bin/ksh not found"
- In reply to: gilgantic: "/bin/ksh not found"
- Next in thread: Floyd Davidson: "Re: /bin/ksh not found"
- Reply: Floyd Davidson: "Re: /bin/ksh not found"
- Reply: Valentin Nechayev: "Re: /bin/ksh not found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: Rich Teer <rich.teer@rite-group.com> Date: Tue, 22 Apr 2003 05:02:15 GMT
On 21 Apr 2003, 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.
That shouldn't matter as the / at the beginning means that a full
pathname is being specified (properly called an absolute pathname).
/bin/ksh (or /usr/bin/ksh) should be installed on just about
any UNIX varient - which flavour are you using?
You might be using something like Linux, which might not support
ksh of the box. Linux != UNIX...
HTH,
-- Rich Teer, SCNA President, Rite Online Inc. Voice: +1 (250) 979-1638 URL: http://www.rite-online.net
- Next message: Casper H.S. ***: "Re: rm - Arguments too long"
- Previous message: gilgantic: "/bin/ksh not found"
- In reply to: gilgantic: "/bin/ksh not found"
- Next in thread: Floyd Davidson: "Re: /bin/ksh not found"
- Reply: Floyd Davidson: "Re: /bin/ksh not found"
- Reply: Valentin Nechayev: "Re: /bin/ksh not found"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]