View Single Post
Posts: 678 | Thanked: 197 times | Joined on Jul 2007 @ San Jose CA
#9
Originally Posted by glj12 View Post
Sorry for bumping this old topic, but I am having the same trouble. I successfully copied it over to /usr/bin, but when I execute it it claims that it is not found. (even when I am in the same directory that it is in). I find this to be rather odd. I also tried ./helomoto, and I get a permission denied, even as sudo gainroot. But I don't think that that is how I am supposed to execute it anyway.

Any help would be grand, thanks!
try:

ls -l /usr/bin/helomoto


(to see if you have it in there or not)

then

chmod +x /usr/bin/helomoto


/usr/bin/helomoto

you should see it runs if it is really in the directory!