On 2006-05-12, Rodolfo Medina <[EMAIL PROTECTED]> wrote:

> $ export PATH="$PATH:/sbin"
> $ echo $PATH
> /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games:/sbin
>
> and everything all right; but the effect of `export PATH'
> is not permanent: after a while, or in another terminal, again:
>
> $ echo $PATH
> /usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
>
> . How to make the effect of `export PATH' permanent,
> and why is it not?

Put

export PATH="$PATH:/sbin"

in your ~/.bashrc file.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to