> Hi
> I would like to type "ksh" at the root prompt and get a Korn shell ($), but
> I don't. All I get is the sh prompt (#). I have set up a .kshrc (at the
> root) and modified the /etc/profile, but for some reason I don't get a ksh.
> Any ideas?
> Thanks in advance.
> Jon
When you type ksh from the root prompt and you get a "#" for a prompt, you are
at that point in the Korn Shell. You may source your .kshrc by . ~/.profile
and this will pick up the environment the you have defined. If you would like
a different promt the set it in the .kshrc file with PS1="$" or whatever you
may want your prompt to be set to.
Jeff Merck