The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 05-21-2006
jsandova's Avatar
jsandova jsandova is offline
Registered User
  
 

Join Date: May 2006
Location: Burbank Ca
Posts: 28
Well if you are using a sh/bash/ksh shell then do the following:
cd <enter>

ls -lrta <enter>

vi .profile

Look for the following line and add the path you want after the :
PATH=$PATH:$HOME/bin:/var/juno/bin:/usr/sbin/ifconfig:

After you save and exit out of your .profile then do the following so you changes can take effect:

source .profile <enter>