Sportsman wrote:
> First let me start off by saying I'm a complete newbie to the dedicated
> server field, ssh and security.  I have paid configserver to install a
> security package and root kit hunter was part of it.  I'm afraid I don't
> know what command to use to find my log files or even my config file.
> Have tried var/log/rkhunter.log and received permission denied. Can
> anyone help an ignorant newbie with the right commands and info please. 
> Nootkan

What did you try to do with /var/log/rkhunter.log? It is not an
executable file. You need to have root priviledge to view it.

[jmccarty]$ ls -l /var/log/rkhunter.log
-rw-------  1 root root 3119 Oct  8 15:18 /var/log/rkhunter.log

[jmccarty]$ cat /var/log/rkhunter.log
cat: /var/log/rkhunter.log: Permission denied

[jmccarty]$ su -
Password:

[root]# cat /var/log/rkhunter.log
[15:18:24] Running Rootkit Hunter version 1.3.2 on Presario-1
[15:18:24]
[15:18:24] Info: Start date is Wed Oct  8 15:18:24 CDT 2008
[15:18:24]
[15:18:24] Checking configuration file and command-line options...

[snippy snippy]

You might find the "less" command easier to use than "cat"
for viewing the file, as it's a little large for a screen.

Are you familiar with permissions, and the superuser root?

If not, then perhaps you and I can exchange some information
off list, as those issues are not related to rkhunter, but
general knowledge of these matters are required properly
to use it.

Mike
-- 
p="p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}
Oppose globalization and One World Governments like the UN.
This message made from 100% recycled bits.
You have found the bank of Larn.
I speak only for myself, and I am unanimous in that!

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Rkhunter-users mailing list
Rkhunter-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rkhunter-users

Reply via email to