I can’t seem to get anything I add to the PATH to stick. I log in as root and type the following at command line to add a directory called prog:
PATH=$PATH:/usr/local/src/prog
export PATH
This holds for a while (1 day maybe) then it disappears from the path. How can I get it to stay in the PATH??? Thx, MB