Okay, I'll but in here.

If you want that path in all subsequent login sessions
and your using bash, then cd to your home dir and 
vi .bashrc
Add in PATH=/usr/bin:$PATH;export PATH
Now whenever you login your path will be prepended with
/usr/bin. 
To load your .bashrc file in a current session just type
". .bashrc" in your home dir.
On 2 Oct 2001, Jochen Kächelin wrote:

> Date: 02 Oct 2001 04:25:39 +0200
> From: Jochen Kächelin <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>
> Subject: Re: export PATH
> 
> Ok, it works!
> But after rebooting the system "/usr/sbin" is no
> longer in $PATH?
> 
> 
> 
> Am Die, 2001-10-02 um 03.31 schrieb Michael Stack:
> > Under bash or ksh:
> > 
> > PATH=$PATH:/usr/sbin; export $PATH
> > 
> > 
> > ----- Original Message -----
> > From: "Jochen Kächelin" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Monday, October 01, 2001 9:23 PM
> > Subject: export PATH
> > 
> > 
> > > How can I add a "/usr/sbin" to $PATH without
> > > deleting already insert directories?
> > >
> > > export PATH = /usr/sbin ????
> > >
> > > --
> > > WA-P, Jochen Kächelin
> > > Programmierung - Beratung - Hosting
> > > Tel. 07161 - 92 95 94 / Fax 07161 - 92 95 98
> > > mailto:[EMAIL PROTECTED]
> > >
> > >
> > >
> > > _______________________________________________
> > > Seawolf-list mailing list
> > > [EMAIL PROTECTED]
> > > https://listman.redhat.com/mailman/listinfo/seawolf-list
> > >
> > 
> > 
> > 
> > _______________________________________________
> > Seawolf-list mailing list
> > [EMAIL PROTECTED]
> > https://listman.redhat.com/mailman/listinfo/seawolf-list
> > 
> 

----------------------------------------------------------------
Derek Benson                     |   
Infrastructure Management        | Tel: +61 7 336 53959 
Information Technology Services  | Email: [EMAIL PROTECTED]
The University of Queensland     | http://www.its.uq.edu.au
================================================================



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to