LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   $path (https://www.linuxquestions.org/questions/linux-general-1/%24path-77347/)

wonderpun 07-30-2003 12:07 PM

$path
 
Hi guys! :) Well, can anyone please tell me how can I edit the $PATH variable? Thanks in advance :)

chrismiceli 07-30-2003 12:09 PM

you must edit your
/etc/profile

angelrod 07-30-2003 12:17 PM

Or add lines to your .bash_profile at your home directory.

For example, to add /sbin to your path, add a line to the mentioned file:

export PATH=$PATH:/sbin

wonderpun 07-30-2003 02:25 PM

Thx guys :)


All times are GMT -5. The time now is 08:32 PM.