0
votes
1answer
29 views

I have a problem when using “export” command

When i put sudo "export PROXY_LOCAL_NET_IP=10.113.35.108" i get "sudo: export: command not found" what should i do to resolve this problem ? Thank's
6
votes
2answers
3k views

Add bash script folder to path?

I have some bash scripts in an application folder that I'd like to use as if they were on my path. If they were straight-up applications, I'd just add the directory to ~/.bashrc, but these are ...
2
votes
1answer
992 views

When I type in terminal: export JDK_HOME=“/usr/lib/jvm/java-6-sun/”, where does it get stored?

I have tried multiple locations, but with no luck of finding where was it added: .bashrc .bash_profile /etc/profile /etc/environment .profile When I do echo $JDK_HOME, I get what I expect ...