The Computer Oracle

What is the Linux equivalent of Window's PATH

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: City Beneath the Waves Looping

--

Chapters
00:00 What Is The Linux Equivalent Of Window'S Path
00:19 Accepted Answer Score 8
00:41 Thank you

--

Full question
https://superuser.com/questions/441611/w...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#linux #java #linuxmint

#avk47



ACCEPTED ANSWER

Score 8


This is the variable ....PATH :-)

If you want to see it, just launch a terminal and type : echo $PATH

If you need to change it, launch a terminal and type : export PATH=$PATH:/my/new/path

If you need to change the path definitely, add the export line in the /home/username/.bashrc.