logIt Log Around The Clock

Add Script to Local Bin for Default Path

tags:

By adding script to /usr/local/bin, it will become reachable. What reachable means is that it’ll be part of the default PATH

echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games

It supposed to be in executable permission (chmod +rx).


Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">