I want to remove some directories from my path that point to some stuff that I removed. I know how to remove specific paths after they are already there in a script, but I would really like to know how they get there in the first place. I know these directories are not being added to the path in the places that I know to look which are:
etc/bash.bashrc
etc/bash/bashrc.local
etc/initscript
etc/profile
etc/profile.local
home/dmiller.bashrc
Where else should I look? (The path directories have to do with java if that helps.)
Thanks