Hello,
I am running Open suse 10.2. I am trying to add the following path /root/Desktop/tools so I can execute those tools anywhere on the system. I am looking to add this permenantly.
I have tried PATH=$PATH:/root/Desktop/tools
export path
I see a lot of information to add an entry to the .bash_profile. I don't have that file. I also see to add to .bashrc. Do I add the below to the .bashrc
PATH=$PATH:/root/Desktop/tools
export PATH
Again I am looking to do this permentantly as root.
thanks
mark



Bookmarks