View Single Post
Posts: 11 | Thanked: 0 times | Joined on Feb 2007
#10
Originally Posted by nhanquy View Post
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!
Yeah, I did all of that, and oddly enough, it still says not found. I am really confused. Maybe I should restart it?

Well, here is the output that it gave for each command:

/home/user # ls -l /usr/bin/helomoto

-rwxr -xw -x 1 root root 14337 Mar 11 13:31 /usr/bin/helomoto

/home/user # chmod +x /usr/bin/helomoto
/home/user # /usr/bin/helomoto
/bin/sh: /usr/bin/helomoto: not found

Odd, eh? Any other ideas why this may be happening?