echo "export mongoConfPath=/etc/mongodb.conf" | sudo tee -a /etc/profile.d/mongoConfPath.sh
echo "export mongoBinPath=/usr/bin" | sudo tee -a /etc/profile.d/mongoBinPath.sh
export mongoConfPath=/etc/mongodb.conf
export mongoBinPath=/usr/bin
