for some odd reason terminal isn't working. It's not accepting any of my commands or even recognizing them as such. And it just opens up to a blank terminal window. Correct me if i'm wrong but isn't it supposed to open usr/bin/login?
/bin/ls -a
/bin/mv .bash_rc bash_rc
/bin/mv .profile profile
It sounds like the .bash_rc or .profile files got screwy, which would cause this type of issue. You may have installed an app that messed with these or other files. You can check if these files are present by entering,
If they're there you can back them up (in case they contain something you need),Code:/bin/ls -a
Then restart Terminal and see if it starts normally. If it does you'll know one of those files contains some bad syntax.Code:/bin/mv .bash_rc bash_rc /bin/mv .profile profile
Have you tried any of the solutions? What did they do for you?I am having the same problems, did you ever figure it out? does anyone know how to solve this issue?
I was getting the same problem and I did not know how to fix it. But then I decided to restart my mac. Trying doing so, it worked for me. It may or may not work for you though. Try it!for some odd reason terminal isn't working. It's not accepting any of my commands or even recognizing them as such. And it just opens up to a blank terminal window. Correct me if i'm wrong but isn't it supposed to open usr/bin/login?
Restarting worked for me too!I was getting the same problem and I did not know how to fix it. But then I decided to restart my mac. Trying doing so, it worked for me. It may or may not work for you though. Try it!