should show you what your PATH is set to. Why didn't your change work? I wonder whether you added your new path correctly. The format is:
PATH=$PATH:/bin/newpath ; export PATH
This takes everything currently in the $PATH variable and appends the new directory to it. You then need to export it to make it available globally. Hope this helps.
Thanks that I now...
I want to edit the file has the Path, because I edited before but I forget file name.
Example : if I wrote a path wrong how I can change it???
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.