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