How to manage a nonfunctional Terminal in OS X
The OS X Terminal is an exceptionally useful tool for getting to the underpinnings of OS X and troubleshooting problematic aspects of the system, developing and testing code, and managing remote connections among many other details. When you launch the Terminal, the system should load the default shell in which you can execute various programs and scripts, but depending on how you have configured your system the shell may not load and instead show a blank Terminal window.
There are a couple of possible reasons why this might happen, which are that the default shell configuration for your account may … Read more