LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   command not found... (https://www.linuxquestions.org/questions/linux-newbie-8/command-not-found-478960/)

northern_lights 08-30-2006 09:32 PM

command not found...
 
Good day.
I am trying to run the Khepera robot simulator version 2. After I enter the make command in the terminal, it works out fine but then when I enter the next command which is sim, I get the ff. messages:

bash: sim: command not found
[1] Exit 127 sim

What does it mean? The sim executable binary file is in the directory but why does the message display that the command is not found?

kaz2100 08-30-2006 09:51 PM

Check PATH.

Happy Penguins!!

IBall 08-30-2006 10:37 PM

Is the "sim" executable in your current working directory?

If so, try:
Code:

./sim
On many distros, the current working directory (.) is not included in the PATH for security reasons.

I hope this helps
--Ian

northern_lights 09-01-2006 11:10 PM

ok got it... thanks a lot. :D


All times are GMT -5. The time now is 04:39 PM.