Newbie Question – Problem with PATH
I can’t get Linux to retain the PATH. I log in as root and update it as follows:
PATH=$PATH:/usr/local/src/prog
export PATH
This keeps the path for a while (a day or so) but after that I loose it. Whatdo I have to do to retain this silly path? Thanks, MB