For my intro to linux class, I had to set TERM=dumb (the original value for TERM=xterm-256color) This was part of our homework assignment to intro to environmental variables. I tried using unset<VARIABLE NAME> to unset it but it doesn't work. Now when I enter the command echo $TERM it just returns dumb. It's driving me insane. Could someone please advise? Thanks!