[HPADM] RE: Permanently add a certain directory in $PATH

From: lutter, juraj (MSDD EMEA UXPS BTV) (juraj.lutter_at_hp.com)
Date: 08/20/04

  • Next message: Epstein, Kevin: "[HPADM] System Auditing Tool"
    Date: Fri, 20 Aug 2004 09:09:37 +0200
    To: "Ruby Domalanta" <rdomalan@dairy-farm.com.ph>, <hpux-admin@DutchWorks.nl>
    
    
    

    Hi,
     
    this is job for your login shell.
     
    In bourne-like shells, it's file /etc/profile or ~/.profile, where you
    can add:
     
    export PATH="yourpath ${PATH}"
     
    In csh-like shells,
     
    setenv PATH "yourpath:$PATH"
     
    or, specific to tcsh,
     
    set path=(yourpath $path)
     
    does the trick.
     
    enjoy.
     

    --
    Juraj LUTTER	  	  	
    2nd Line UNIX Practice Support Engineer	   <http://www.hp.com/> 
    Galvaniho 7	
    HP Slovakia s.r.o.	 P.O.Box 43	
    European IT Operations Center	 820 02 Bratislava	
    E-mail: juraj.lutter <mailto:matej.duracka@hp.com> @hp.com
    <mailto:matej.duracka@hp.com> 	 Slovakia	
    Desk phone: +421 (0)2 57525228	  	  	
     
    The contents of this message and any attachments to it 
    are confidential and may be legally privileged. If you have received
    this message in error you should delete it from your system immediately
    and advise the sender.
    To any recipient of this message within HP, unless otherwise stated, you
    should consider this message and attachments as "HP CONFIDENTIAL".
     
     
    ________________________________
    	From: hpux-admin-owner@DutchWorks.nl
    [mailto:hpux-admin-owner@DutchWorks.nl] On Behalf Of Ruby Domalanta
    	Sent: 20. augusta 2004 8:58
    	To: 'hpux-admin@DutchWorks.nl'
    	Subject: [HPADM] Permanently add a certain directory in $PATH
    	
    	
    	Hi Everyone, 
    	I need to permanently add a certain directory to $PATH. In
    HP-UX, there is a file called /etc/PATH which does the trick but I don't
    have idea in Linux.  Please help!
    	Best Regards, 
    	Ruby Domalanta 
    
    

    --
                 ---> Please post QUESTIONS and SUMMARIES only!! <---
            To subscribe/unsubscribe to this list, contact majordomo@dutchworks.nl
           Name: hpux-admin@dutchworks.nl     Owner: owner-hpux-admin@dutchworks.nl
     
     Archives:  ftp.dutchworks.nl:/pub/digests/hpux-admin       (FTP, browse only)
                http://www.dutchworks.nl/htbin/hpsysadmin   (Web, browse & search)
    


  • Next message: Epstein, Kevin: "[HPADM] System Auditing Tool"