Find the answer to your Linux question:
Results 1 to 2 of 2
Hi, How can i refrain the search path from looking into /usr/kerberos ? e.g [amit@localhost ~]$ echo $PATH /usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/amit/bin:/sbin: But i don't want the search path "/usr/kerberos/bin". Thanks, ~amit...
  1. #1
    Just Joined! amit4g's Avatar
    Join Date
    Feb 2007
    Location
    Bangalore,India
    Posts
    63

    manipulating environment variable (PATH)

    Hi,

    How can i refrain the search path from looking into /usr/kerberos ?
    e.g [amit@localhost ~]$ echo $PATH
    /usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/amit/bin:/sbin:

    But i don't want the search path "/usr/kerberos/bin".

    Thanks,
    ~amit

  2. #2
    Linux Enthusiast
    Join Date
    Aug 2006
    Posts
    631
    You can change the PATH variable globally for all users in /etc/profile.

    Regards

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...