CHANGING YOUR SHELL =================== If you wish to change your shell from the default (GNU Bash) to a different shell, you may use the "usermod" command as root. Example: If I want to change my shell to the Korn shell (ksh93), I can type: sudo usermod -s /usr/bin/ksh93 myusername