Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Terminal (shell) not responding

When I open terminal.app and enter a command, I am not getting a response. The cursor return to the next line, but it appears that the terminal window is not processing the command. Any thoughts on how to address this issue?


Thanks in advance!

MacBook Pro, Mac OS X (10.6.5)

Posted on Jun 21, 2011 4:38 PM

Reply
21 replies

Jun 21, 2011 9:45 PM in response to steveeg

If Terminal works in the guest account, then the problem lies in your home folder. Start by moving the file Library/Preferences/com.apple.Terminal.plist in your home folder to the Desktop, then quit and relaunch Terminal and try again. If it still doesn't work, quit Terminal again and replace the file (overwriting the new one that was just created.) From there it gets harder.

Jun 22, 2011 7:53 AM in response to steveeg

This is going to be difficult to find without Terminal, but do you have any of the following files:


.bash_profile

.bash_login

.profile

.bashrc


You may be able to see them using your Guest account's Terminal session


ls -a /Users/yourShortName/


If you find any of the above files, you might try using something like TextWrangler (which can edit invisible files) and clean them up. By default you do not have any shell initialization files unless you either created them, or some Open Source package you installed created them.


Another thing you can try is downloading the iTerm terminal emulator, and see if that works

<http://iterm.sf.net>

If iTerm works, then this is related to Terminal and/or Terminal preferences and dependencies.

If iTerm does not work in the same way that Terminal does not work, then this is related to the Unix environment, which is generally related to the shell and the shell initialization files.


I am assuming that you use the bash shell (default shell on Mac OS X, unless you have been upgrading since Mac OS X 10.2 days, and then it might be tcsh). Do you know what shell you are using, as that does affect what shell initialization files are being used.

Terminal (shell) not responding

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.