I've downloaded and installed the ksh binary and put into /bin directory. Also made sure the line "/bin/ksh" is in /etc/shells. Next, changed my default shell to be /bin/ksh in /etc/passwd.
Now I need to setup my ksh environment files. This is where I'm lost. Are there certain file names that ksh expects to see in my home dir? Like, instead of .bashrc for bash, does ksh look for .kshrc? Does ksh source .profile? How about .alias? Sorry if I'm missing something painfully obvious here. Thanks for any help.
Now I need to setup my ksh environment files. This is where I'm lost. Are there certain file names that ksh expects to see in my home dir? Like, instead of .bashrc for bash, does ksh look for .kshrc? Does ksh source .profile? How about .alias? Sorry if I'm missing something painfully obvious here. Thanks for any help.