The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 03-12-2001
98_1LE 98_1LE is offline
Registered User
 

Join Date: Dec 2000
Location: Greater Dallas area
Posts: 405
Actually it should be;
Code:
PATH=/sbin:/usr/sbin:/usr/bin:/etc:/export/home/abd/rose 
export PATH
If you want is to search /export/home/abd/rose first, use;
Code:
PATH=/export/home/abd/rose:/sbin:/usr/sbin:/usr/bin:/etc
export PATH
I'm not sure why you would have /etc in your search path though?