Carlos Williams wrote:
On Thu, Feb 4, 2010 at 11:51 AM, Andrew Antle 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
On Thu, Feb 4, 2010 at 3:48 PM, Carlos Williams wrote:
> 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?
Yes, you're suppose to have a .b
On 02/04/2010 12:04 PM, Carlos Williams wrote:
On Thu, Feb 4, 2010 at 1:01 PM, Daniel Griffiths wrote:
That's the traditional way to do it.
OK - thanks. I modified my /etc/skel/.bashrc file to reflect color for
both ls& grep. This means all new users will have this created in
their
On Thu, Feb 4, 2010 at 1:01 PM, Daniel Griffiths wrote:
> That's the traditional way to do it.
OK - thanks. I modified my /etc/skel/.bashrc file to reflect color for
both ls & grep. This means all new users will have this created in
their .bashrc, correct?
On 02/04/2010 11:48 AM, Carlos Williams wrote:
On Thu, Feb 4, 2010 at 11:51 AM, Andrew Antle 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"
On Thu, Feb 4, 2010 at 11:51 AM, Andrew Antle 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 pointi
On Thu, Feb 4, 2010 at 11:41 AM, Carlos Williams wrote:
> When I modify my regular user's .bashrc file, I do get my desired
> color output but I can't figure out how to achieve this for 'root'.
As root, create the file `$HOME/.bash_profile` with the content:
. $HOME/.bashrc
This file is in `/
7 matches
Mail list logo