On Mon, 2007-02-12 at 10:32 -0800, russbucket wrote:
> I'm trying to run the hashupd.sh script on SUSE 10.2. with the following 
> command as su root: rkhunter --update; hashupd.sh. The update runs but the 
> hashupd gives me an error it cannot find command. I copied the script 
> to /usr/share/rkhunter/scripts but I still get the error. The command was 
> found in an email from this list.
> 
> Where should the script be placed? I gave it the same permissions as the 
> other 
> scripts in the above directory.
> 
> Error message: bash: hashupd.sh: command not found.
> 
Hello,

You either need to either:

1) put the hashupd.sh script in to a directory which is in your PATH.
Run 'echo $PATH' (as root) to see which directories are in your path.
Then run hashupd.sh as before.

2) change to the directory containing the script and then use
'./hashupd.sh' - note the './' at the beginning.



John.

-- 
---------------------------------------------------------------
John Horne, University of Plymouth, UK  Tel: +44 (0)1752 233914
E-mail: [EMAIL PROTECTED]       Fax: +44 (0)1752 233839

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Rkhunter-users mailing list
Rkhunter-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkhunter-users

Reply via email to