Linux ‘Environment Variables’

In windows, when we want a program to run anywhere we simple add it to the PATH section of the environment Variables… Well, what about linux?

ln -s /root/myawesomescript.sh /bin/shortname

# nnow we can run with 'shortname'

 

You may also like...

Leave a Reply