I have a .sh file that I need to create a symbolic link. I would like to be able to access the file using the Terminal.
The command I use is ln -s /path/roo.sh /usr/bin/roo
But when I type roo, it says command not found. If I type /path/roo.sh, it works. Am I missing a step somewhere?

/usr/bin/rooexists? – poplitea Oct 13 '11 at 17:07