linux - bash to add local user bin to PATH

you can start to add some user folder to the PATH directory so that you can execute your local copy of bins anywhere you run...

 

Suppose that you are using the bash shell, you may edit the ~/.bashrc and add the following content in..

 

export PATH=$PATH:/ms/user/b/boqwang/bin

 

after that you can execute your command anywhere like.

你可能感兴趣的:(OS)