verify that ksh is in /bin. At least on my Solaris x86 it's in /usr/bin/,
I think.
____________________________________________________________
Kervin Pierre.
Never underestimate the power of stupid people in large groups.
Time-honored truth #5
On Sun, 28 Nov 1999 [EMAIL PROTECTED] wrote:
> I'm running RH 6.0 with a bash shell, but have a korn script I need to
> execute. When I try to run it, I get:
> bash: /path.../scriptname: No such file or directory
>
> Do I have to rewrite the script as bash or is there a way to run a korn
> executable from a bash prompt?
>
> The script starts:
> #!/bin/ksh
> #$Id: startup.ksh, v.1.9... Exp $
> # shell script to start up the server
> # This script known to work with standard Korn Shell under Solaris
>
> Haines Brown
>