Answers for "how to modify path variable linux"

2

edit path linux

export PATH=$PATH:/your/new/path/here
Posted by: Guest on December-04-2020
0

edit PATH linux

Do something like export PATH=$PATH:/your/new/path/here

To permanently store your path, you have a few options, the best place 
is ~/.profile for your per-user PATH setting 
or /etc/profile for global settings.
Posted by: Guest on October-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language