|
Unix, unlike Dos, doesn't automatically search the current directory for executables. You can change your path so that it does, but it's not recommended. Instead, either type the full path to the executable or if you're in the same directory as it, type ./command.
|