Re: .bashrc not executed

2003-06-13 Thread Harry Putnam
"Reuben D. Budiardja" <[EMAIL PROTECTED]> writes: > However, I forgot to copy some files from the old home before I deleted it, > including .bashrc. No problem, I though, I just copied it from my other > machine. But then whenever I log in, the /home/rdonald/.bashrc file does not > get executed

Re: .bashrc not executed

2003-06-13 Thread Jeff Kinz
On Fri, Jun 13, 2003 at 09:34:38AM -0400, Reuben D. Budiardja wrote: > I recenltly moved around my home directory. Previously it was in /rdonald > (separate partition), and then I move it to /home/rdonald. I logged in as > root, and edit /etc/passwd and put my home dir as /home/rdonald there. >

Re: .bashrc not executed

2003-06-13 Thread davidgn
Quoting "Reuben D. Budiardja" <[EMAIL PROTECTED]>: when you 'log in', it is not .bashrc which gets executed, but .bash_profile .bashrc is executed when you open an xterm (or some other term emulator), when you `su` or in some other instances, as when you telnet or ssh. maybe if you do a link fro

Re: .bashrc not executed

2003-06-13 Thread John P Verel
On 06/13/03 09:34 -0400, Reuben D. Budiardja wrote: > > Hi, > I recenltly moved around my home directory. Previously it was in /rdonald > (separate partition), and then I move it to /home/rdonald. I logged in as > root, and edit /etc/passwd and put my home dir as /home/rdonald there. > > Howev

.bashrc not executed

2003-06-13 Thread Reuben D. Budiardja
Hi, I recenltly moved around my home directory. Previously it was in /rdonald (separate partition), and then I move it to /home/rdonald. I logged in as root, and edit /etc/passwd and put my home dir as /home/rdonald there. However, I forgot to copy some files from the old home before I deleted