[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Cron ChkrootKit





> >
> > 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/$