Find the answer to your Linux question:
Results 1 to 2 of 2
I have opened / .bash_profile or /.bashrc file but could not understand how to export path in it.....help me in this regards...
  1. #1
    Just Joined!
    Join Date
    Dec 2007
    Posts
    21

    how to export path variable in opensuse 10.3

    I have opened / .bash_profile or /.bashrc file but could not understand how to export path in it.....help me in this regards

  2. #2
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    Just add this line to the end
    Code:
    export PATH=$PATH:/path/you/want/added
    where /path/you/want/added is your addition.

Posting Permissions

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