Quote:
Originally posted by Unregistered .bash_profile?
Im a newbie.....
where is this and how do i find it? |
it is in your home directory of your user.
(example:
suppose your user login name is yesm
/home/yesm/.bash_profile)
If you don't have .bash_profile .bashrc is a good substitute.
any file with a "." (period) before the name of the file or directory means that it is "hidden". Doing a "ls" or "ls -l" will not find the file. While "ls -a" or "ls -a .bash*" will!
altoine