On Wed, Nov 02, 2005 at 11:12:41AM -0500, Jonathan Clark wrote: > I get the error above whenever I try running the command from the > /usr/local/bin directory. All I type is the following: ... > Bash nessus-fetch –register mycode
You're trying to use the shell to run a binary program -- it won't work. > For some reason if I just type nessus-fetch I > get command cannot be found Adjust your path so it includes /usr/local/bin (and probably /usr/local/sbin too). See: http://mail.nessus.org/pipermail/nessus/2005-August/msg00105.html George -- [EMAIL PROTECTED] _______________________________________________ Nessus mailing list [email protected] http://mail.nessus.org/mailman/listinfo/nessus
