Getting Strange Message In Terminal

Home » CentOS » Getting Strange Message In Terminal
CentOS 1 Comment

Dear all

when I am login in terminal I am getting following message.

declare -x ALL_PROXY=”socks://hproxy.iitm.ac.in:3128/”
declare -x AMBERHOME=”/sware/amber/amber12″
declare -x COLORTERM=”gnome-terminal”
declare -x CPPFLAGS=”-I/usr/local/bin/include”
declare -x DBUS_SESSION_BUS_ADDRESS=”unix:abstract=/tmp/dbus-adjIuc8A5l,guid

One thought on - Getting Strange Message In Terminal

  • Something is running the export command when you login. Type the word export at a bash prompt and I’d bet you’ll see the same output again.

    You probably have something screwed up in your ~/.bashrc file.