I've been using Ubuntu for about a week now. I logged in today and launched the terminal I got presented a whole list of errors. I've tried to chsh but it won't recognise the command. Nor all other common ones.
Any ideas?

Extra info: $PATH:
/usr/lib/lightdm/lightdm:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/home/jorden/android-sdk-linux/tools:/home/jorden/android-sdk-l
$PATH? Type/bin/echo $PATHand edit with the results. – Jacob Johan Edwards Oct 3 '12 at 14:16echois (also) a shell builtin, so even without anechobinary in the PATH, it's can be successfully invoked as justecho, In any case, lordqwerty, please do provide the information Jacob Johan Edwards has requested. Please also run/bin/cat /home/jordan/.profile, then/bin/cat /home/jordan/.bash_profile, then/bin/cat /home/jordan/.bashrc(and then copy all the text from the Terminal by selecting it and doing Edit > Copy, and paste it into your question when editing it). That should provide everything needed to identify the exact problem, and how best to fix it. – Eliah Kagan Oct 9 '12 at 6:01