Carlos Williams wrote:
On Thu, Feb 4, 2010 at 11:51 AM, Andrew Antle <andrew.antle@xxxxxxxxx> wrote:As root, create the file `$HOME/.bash_profile` with the content: Â . $HOME/.bashrc This file is in `/etc/skel` as well.So I need to do the following? cd /root echo ".$HOME/.bashrc" >> /root/.bash_profile I don't get what I am pointing at in the '.bash_profile' file. Am I suppose to create a .bashrc file in /root?
or ln -s .bashrc .profile in your $HOME