[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Cron ChkrootKit
- Subject: Re: [cobalt-users] Cron ChkrootKit
- From: "Todd W" <twooly@xxxxxxxxx>
- Date: Sun Jul 28 18:47:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> >
> > It just repeats this two times in the email
> > run-parts /etc/cron.daily
> > /usr/bin/find: //proc/6/fd: Permission denied
> > /usr/bin/find: //proc/6/fd: Permission denied
> >
>
> what is the output of
> crontab -l
>
> You did make a script, that crontab calls, didn't you?
> And how about giving us a look at the script.
>
[root /root]# crontab -l
no crontab for root
[root /root]#
[root cron.daily]#pico chkrootkit.sh
#!/bin/sh
cd /home/tools/chkrootkit/
./chkrootkit > /root/chkrootkit.out
mail me@xxxxxxxxxxxx -s "Hacking Check" -c someoneelse@xxxxxxxxxxxx <
/root/$