How do I change to ksh?
Solution 1:
If you don't already have ksh installed, enter sudo apt-get install ksh
in the terminal.
After installation you can enter a ksh session by entering ksh
in the terminal. When you are finished with ksh just type exit
.