Re: personal .bashrc

2006-12-26 Thread Kevin Coyner
On Tue, Dec 26, 2006 at 10:53:27AM +0100, Lorenzo Bettini wrote.. > >I remember that the files are read like > > > >/etc/profile - > ~/.bash_profile -> ~/.bashrc -> ~./profile > > > >but the bashrc file should be created by default without you > >having to insert it.. > > that's what I thou

Re: personal .bashrc

2006-12-26 Thread Lorenzo Bettini
Ali Jawad wrote: I remember that the files are read like /etc/profile - > ~/.bash_profile -> ~/.bashrc -> ~./profile but the bashrc file should be created by default without you having to insert it.. that's what I thought too, but neither .bashrc nor .bash_profile were created automatically.

Re: personal .bashrc

2006-12-26 Thread Lorenzo Bettini
Marc Shapiro wrote: Lorenzo Bettini wrote: Hi on the standard user's home I use everyday I have the .bashrc file that is read upon login. Now I created a brand new user (with adduser), but the .bashrc file I inserted in his home is never read upon login... in /etc/profile and /etc/bash.pr

Re: personal .bashrc

2006-12-25 Thread Ali Jawad
I remember that the files are read like /etc/profile - > ~/.bash_profile -> ~/.bashrc -> ~./profile but the bashrc file should be created by default without you having to insert it.. On 12/25/06, Lorenzo Bettini <[EMAIL PROTECTED]> wrote: Hi on the standard user's home I use everyday I have t

Re: personal .bashrc

2006-12-25 Thread Marc Shapiro
Lorenzo Bettini wrote: Hi on the standard user's home I use everyday I have the .bashrc file that is read upon login. Now I created a brand new user (with adduser), but the .bashrc file I inserted in his home is never read upon login... in /etc/profile and /etc/bash.profile the .bashrc is

personal .bashrc

2006-12-25 Thread Lorenzo Bettini
Hi on the standard user's home I use everyday I have the .bashrc file that is read upon login. Now I created a brand new user (with adduser), but the .bashrc file I inserted in his home is never read upon login... in /etc/profile and /etc/bash.profile the .bashrc is actually never read...