OK, I was going through this tutorial, and I hit several bumps:
http://www.linuxcommand.org/wss0010.php
I set the command
echo PATH=$PATH:/home/bin
both from the terminal and in my .bash_profile
But when I type
my_script
I get "command not found"
/home/bin DOES show up when I do echo=$PATH. What gives?
By the way, my_script is set to 755, and runs just fine when I type ./my_script
http://www.linuxcommand.org/wss0010.php
I set the command
echo PATH=$PATH:/home/bin
both from the terminal and in my .bash_profile
But when I type
my_script
I get "command not found"
/home/bin DOES show up when I do echo=$PATH. What gives?
By the way, my_script is set to 755, and runs just fine when I type ./my_script
Comment