Typically, pdksh installs into /usr/local/bin, so the entry in /etc/shells 
would be /usr/local/bin/ksh.

Eric

At 01:53 PM 11/28/1999 -0500, [EMAIL PROTECTED] wrote:
>Try installing pdksh (there is an rpm for it in RH) and see if that
>helps.  You might also have to add a line
>
>/bin/ksh
>
>in /etc/shells
>I think rpm will take care of the symbolic link.  If not:
>
>ln -s /bin/pdksh /bin/ksh
>
>You can use any shell within any other shell, but you must have the
>shell to use it.
>
>Lawson
>           >< Microsoft free environment
>
>This mail client runs on Wine.  Your mileage may vary.
>
>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

---------------------------------------------------------------------------- 
-----------
Eric Hicks                                              [EMAIL PROTECTED]
"Man must certainly be mad: He cannot make a flea, yet he
makes gods by the dozens." - Montaignee

Reply via email to